mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
Add migrate module to INSTALLED_APPS setting list
This commit is contained in:
parent
d9a8c2c06d
commit
46059f791b
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ To setup the application please follow these steps:
|
|||
...
|
||||
'wagtail_modeltranslation',
|
||||
'wagtail_modeltranslation.makemigrations',
|
||||
'wagtail_modeltranslation.migrate',
|
||||
)
|
||||
|
||||
- Add 'django.middleware.locale.LocaleMiddleware' to ``MIDDLEWARE`` (``MIDDLEWARE_CLASSES`` before django 1.10).
|
||||
|
|
|
|||
Loading…
Reference in a new issue