[Update] 修改信号

This commit is contained in:
ibuler
2017-12-29 23:53:45 +08:00
parent 158678c2db
commit 3804ab532d
11 changed files with 251 additions and 175 deletions

View File

@@ -7,7 +7,5 @@ class AssetsConfig(AppConfig):
name = 'assets'
def ready(self):
from .signals import on_app_ready
from . import tasks
on_app_ready.send(self.__class__)
from . import signals_handler
super().ready()