ya se pueden registrar, faltaba username

This commit is contained in:
2023-02-21 16:06:40 +01:00
parent c761e8751e
commit 9546d99d66
4 changed files with 29 additions and 2 deletions

View File

@@ -30,7 +30,8 @@ INSTALLED_APPS = [
'item.apps.ItemConfig',
'compra.apps.CompraConfig',
# Terceras partes
'rest_framework'
'rest_framework',
'djoser'
]
AUTH_USER_MODEL = 'authentication.User'