mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-16 01:44:51 +03:00
Fix migration file
This commit is contained in:
parent
42416dc92d
commit
63e05c431b
|
@ -42,7 +42,7 @@ class Migration(migrations.Migration):
|
||||||
verbose_name="superuser status",
|
verbose_name="superuser status",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
{%- if cookiecutter.username_type == "email" -%}
|
{%- if cookiecutter.username_type == "username" -%}
|
||||||
(
|
(
|
||||||
"username",
|
"username",
|
||||||
models.CharField(
|
models.CharField(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user