mirror of
https://github.com/Balshgit/different
synced 2025-09-12 01:20:43 +03:00
7 lines
145 B
Python
7 lines
145 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CustomUserConfig(AppConfig):
|
|
name = 'server.apps.accounts'
|
|
verbose_name = 'Admin User manager'
|