mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-04-19 00:45:16 +00:00
7 lines
155 B
Python
7 lines
155 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class UserManagerConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'user_manager'
|