Pratyush Desai
480f7d0386
Set up some basics. Haven't started modelling or making views just yet Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
7 lines
152 B
Python
7 lines
152 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class GameserverConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "gameserver"
|