Fix settings.py
This commit is contained in:
parent
2b2805d889
commit
889644d8b6
@ -42,7 +42,7 @@ THIRD_PARTY_APPS = [
|
||||
|
||||
LOCAL_APPS = [
|
||||
"market.apps.MarketConfig",
|
||||
"users.apps.UsersConfig",
|
||||
"user.apps.UserConfig",
|
||||
]
|
||||
|
||||
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS
|
||||
@ -122,4 +122,4 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
|
||||
|
||||
# Custom User Model
|
||||
|
||||
AUTH_USER_MODEL = "users.User"
|
||||
AUTH_USER_MODEL = "user.User"
|
||||
|
Loading…
Reference in New Issue
Block a user