This commit is contained in:
2025-11-11 15:51:54 +00:00
parent 99ae905cb0
commit 3e0c5d2ecc
114 changed files with 9278 additions and 929 deletions

9
app/apps/servers/apps.py Normal file
View File

@@ -0,0 +1,9 @@
from django.apps import AppConfig
class ServersConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.servers"
verbose_name = "Servers"