errrr
This commit is contained in:
9
app/apps/servers/apps.py
Normal file
9
app/apps/servers/apps.py
Normal 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user