mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-10 08:14:53 +00:00
command New 'makemigrations' is a proxy for 'makemigrations_translation', it's role is only to override django's own command and skip any wagtailcore_page migrations caused by translation. Adding this to it's own submodule makes this override optional for the user. The original Django 'makemigrations' command is available by running 'makemigrations_original'
3 lines
106 B
Python
3 lines
106 B
Python
# coding: utf-8
|
|
|
|
default_app_config = 'wagtail_modeltranslation.makemigrations.apps.MakemigrationsConfig'
|