RandomSec/MUOR/MUOR/apps.py

9 lines
133 B
Python
Raw Normal View History

2022-01-27 23:51:56 +01:00
from django.apps import AppConfig
class MUORconfig(AppConfig):
name = 'MUOR'
def ready(self):
import MUOR.signals