mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-06-27 16:57:01 +00:00
7 lines
151 B
Python
7 lines
151 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class IntlToolsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'intl_tools'
|