ft_transcendence/games/apps.py

7 lines
142 B
Python
Raw Normal View History

2023-12-12 06:06:13 -05:00
from django.apps import AppConfig
class GamesConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'games'