mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-13 16:34:52 +03:00
Fix migration
This commit is contained in:
parent
e8dab5a689
commit
0be5417002
|
@ -40,8 +40,8 @@ def update_site_forward(apps, schema_editor):
|
||||||
_update_or_create_site_with_sequence(
|
_update_or_create_site_with_sequence(
|
||||||
Site,
|
Site,
|
||||||
schema_editor.connection,
|
schema_editor.connection,
|
||||||
"{{cookiecutter.domain_name}}",
|
"{{ cookiecutter.domain_name }}",
|
||||||
"{{cookiecutter.project_name}}",
|
"{{ cookiecutter.project_name[:50] }}",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user