Base
This commit is contained in:
6
user/user_auth_system/user_management/apps.py
Normal file
6
user/user_auth_system/user_management/apps.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
from user_auth_system.settings import AUTH_APP_NAME
|
||||
|
||||
class AuthUserConfig(AppConfig):
|
||||
name = AUTH_APP_NAME
|
||||
verbose_name = 'Authentication and Authorization'
|
||||
Reference in New Issue
Block a user