mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-08-02 01:04:26 +02:00
Message center first commit
This commit is contained in:
parent
734b06f663
commit
eeeead26cc
9 changed files with 173 additions and 1 deletions
6
message_center/apps.py
Normal file
6
message_center/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class MessageCenterConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'message_center'
|
Loading…
Add table
Add a link
Reference in a new issue