poulpe/event/apps.py
2017-07-21 20:24:09 +02:00

8 lines
137 B
Python

from django.apps import AppConfig
class EventConfig(AppConfig):
name = 'event'
def ready(self):
from . import signals