apps
This commit is contained in:
parent
7a858d2199
commit
e8b9824873
8
MUOR/MUOR/apps.py
Normal file
8
MUOR/MUOR/apps.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
|
class MUORconfig(AppConfig):
|
||||||
|
name = 'MUOR'
|
||||||
|
|
||||||
|
def ready(self):
|
||||||
|
import MUOR.signals
|
Loading…
Reference in New Issue
Block a user