mirror of
https://github.com/evgen-app/chess_rpg_backend.git
synced 2024-11-10 19:57:12 +03:00
7 lines
140 B
Python
7 lines
140 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class RoomConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'room'
|