Add migrate module to INSTALLED_APPS setting list

This commit is contained in:
Tomaz 2019-02-01 09:48:22 +01:00
parent d9a8c2c06d
commit 46059f791b

View file

@ -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).