LORDCHANNEL2.0/core/apps.py

9 lines
173 B
Python
Raw Normal View History

2021-03-13 18:36:50 +00:00
from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'
# Funzione ready per importare i signals
def ready(self):
import core.signals