Skip to content

Commit 2fba52a

Browse files
authored
Merge pull request #45 from johncmacy/patch-1
Add instructions for migrating to README.md
2 parents d27fd08 + e8069ee commit 2fba52a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Add `django_dbq` to your installed apps
2525
'django_dbq',
2626
)
2727

28+
Run migrations
29+
30+
manage.py migrate
31+
2832
### Upgrading from 1.x to 2.x
2933

3034
Note that version 2.x only supports Django 3.1 or newer. If you need support for Django 2.2, please stick with the latest 1.x release.

0 commit comments

Comments
 (0)