mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-26 13:54:47 +02:00
7 lines
159 B
Python
7 lines
159 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class MessageCenterConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'message_center'
|