issue #1: synchronise programs' schedules and later diffusions (update, delete); fix signal import in apps

This commit is contained in:
bkfox
2016-10-13 01:22:14 +02:00
parent bdd351d6d9
commit 3ab373097b
10 changed files with 134 additions and 31 deletions

10
aircox/apps.py Normal file
View File

@ -0,0 +1,10 @@
from django.apps import AppConfig
class AircoxConfig(AppConfig):
name = 'aircox'
verbose_name = 'Aircox'
def ready(self):
import aircox.signals