init
This commit is contained in:
7
backend/communications/apps.py
Normal file
7
backend/communications/apps.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CommunicationsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'communications'
|
||||
verbose_name = 'Communications'
|
||||
Reference in New Issue
Block a user