mirror of
https://github.com/evgen-app/chess_rpg_backend.git
synced 2024-11-14 05:37:00 +03:00
7 lines
140 B
Python
7 lines
140 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class GameConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'game'
|