add login api
This commit is contained in:
@@ -25,7 +25,7 @@ JAZZMIN_SETTINGS = {
|
||||
"show_sidebar": True,
|
||||
"navigation_expanded": True,
|
||||
"hide_apps": [],
|
||||
"hide_models": ["auth.Group"],
|
||||
"hide_models": ["auth.Group"],
|
||||
"order_with_respect_to": ["auth"],
|
||||
|
||||
"custom_links": {
|
||||
|
||||
@@ -136,5 +136,6 @@ MEDIA_ROOT = BASE_DIR / 'resources/media'
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
AUTH_USER_MODEL = 'accounts.User'
|
||||
|
||||
from config.conf import *
|
||||
|
||||
Reference in New Issue
Block a user