custom user model added

This commit is contained in:
Sam
2021-01-21 10:58:40 +00:00
parent 5c4c004faf
commit 21e05fd14d
8 changed files with 68 additions and 3 deletions

View File

@@ -100,6 +100,8 @@ AUTH_PASSWORD_VALIDATORS = [
},
]
AUTH_USER_MODEL = 'core.CustomUser'
# Internationalization
# https://docs.djangoproject.com/en/2.2/topics/i18n/