GameServerSupervisor/webpanel/apps.py
Pratyush Desai 5da520bc9d
Initial Commit
Base Functionality added. Adding a Server with
the image port  ip and other params specified
will spawn a container and one can manage the
lifecycle in the admin panel and the game server
detail view updates based on container status.

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-01-20 05:02:25 +05:30

7 lines
148 B
Python

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