Fix code style

This commit is contained in:
Bruno Alla 2023-04-05 09:32:54 +01:00
parent f5e16325d7
commit 274606de4f
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
{%- if cookiecutter.username_type == "email" %} {%- if cookiecutter.username_type == "email" -%}
from django.contrib.auth.hashers import make_password from django.contrib.auth.hashers import make_password
{%- endif -%} {% endif -%}
from django.contrib.auth.models import AbstractUser from django.contrib.auth.models import AbstractUser
{%- if cookiecutter.username_type == "email" %} {%- if cookiecutter.username_type == "email" %}
from django.contrib.auth.models import UserManager as DjangoUserManager from django.contrib.auth.models import UserManager as DjangoUserManager