mirror of
https://github.com/evgen-app/chess_rpg_backend.git
synced 2024-11-13 05:07:00 +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'
|