Pratyush Desai
5da520bc9d
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>
7 lines
148 B
Python
7 lines
148 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WebpanelConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "webpanel"
|