LORDCHANNEL2.0/core/apps.py

9 lines
173 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'
# Funzione ready per importare i signals
def ready(self):
import core.signals