7 lines
140 B
Python
Executable File
7 lines
140 B
Python
Executable File
from django.apps import AppConfig
|
|
|
|
|
|
class CustomUserConfig(AppConfig):
|
|
name = 'custom_user'
|
|
verbose_name = 'Custom User Management'
|