ft_transcendence/games/apps.py
2023-12-12 12:06:13 +01:00

7 lines
142 B
Python

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