Mudanza de repo
This commit is contained in:
11
api/notificaciones/apps.py
Normal file
11
api/notificaciones/apps.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class NotificacionesConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'api.notificaciones'
|
||||
|
||||
def ready(self):
|
||||
import api.notificaciones.signals.notificaciones
|
||||
# Import other signals if needed
|
||||
# import api.notificaciones.signals.other_signal
|
||||
Reference in New Issue
Block a user