Fix migration

This commit is contained in:
Bruno Alla 2023-08-14 20:02:52 +01:00
parent e8dab5a689
commit 0be5417002
No known key found for this signature in database

View File

@ -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] }}",
) )