Updates
This commit is contained in:
11
ETB-API/collaboration_war_rooms/apps.py
Normal file
11
ETB-API/collaboration_war_rooms/apps.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CollaborationWarRoomsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'collaboration_war_rooms'
|
||||
verbose_name = 'Collaboration & War Rooms'
|
||||
|
||||
def ready(self):
|
||||
"""Import signal handlers when the app is ready"""
|
||||
import collaboration_war_rooms.signals
|
||||
Reference in New Issue
Block a user