Skip to content

Commit e8069ee

Browse files
authored
Add instructions for migrating
1 parent d27fd08 commit e8069ee

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)