mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
Merge pull request #227 from tomazursic/fix-doc-setup
Add migrate module to INSTALLED_APPS setting list
This commit is contained in:
commit
b0a4e61d4a
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