This commit is contained in:
makram89 2022-01-27 23:51:56 +01:00
parent 7a858d2199
commit e8b9824873

8
MUOR/MUOR/apps.py Normal file
View File

@ -0,0 +1,8 @@
from django.apps import AppConfig
class MUORconfig(AppConfig):
name = 'MUOR'
def ready(self):
import MUOR.signals