first comit
This commit is contained in:
6
custom_user/apps.py
Executable file
6
custom_user/apps.py
Executable file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CustomUserConfig(AppConfig):
|
||||
name = 'custom_user'
|
||||
verbose_name = 'Custom User Management'
|
||||
Reference in New Issue
Block a user