[Update] 修改系统用户推送,拆分assets的部分模块

This commit is contained in:
ibuler
2018-02-09 11:12:40 +08:00
parent f82d939d15
commit c7296c2498
23 changed files with 186 additions and 406 deletions

View File

@@ -5,3 +5,7 @@ from django.apps import AppConfig
class PermsConfig(AppConfig):
name = 'perms'
def ready(self):
from . import signals_handler
return super().ready()