bloonsworld/app/game/apps.py
2025-02-06 19:37:32 +01:00

7 lines
140 B
Python

from django.apps import AppConfig
class GameConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'game'