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
|
@ -41,7 +41,7 @@ def update_site_forward(apps, schema_editor):
|
|||
Site,
|
||||
schema_editor.connection,
|
||||
"{{ cookiecutter.domain_name }}",
|
||||
"{{cookiecutter.project_name}}",
|
||||
"{{ cookiecutter.project_name[:50] }}",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user