Merge pull request #227 from tomazursic/fix-doc-setup

Add migrate module to INSTALLED_APPS setting list
This commit is contained in:
Diogo Marques 2019-02-01 15:14:46 +00:00 committed by GitHub
commit b0a4e61d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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