1
0
GameServerSupervisor/gameserver/apps.py
Pratyush Desai 480f7d0386
initialize the project
Set up some basics. Haven't started
modelling or making views just yet

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2024-12-20 01:31:18 +05:30

7 lines
152 B
Python

from django.apps import AppConfig
class GameserverConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "gameserver"