* [Update] 迁移settings到独立app

* [Update] 修改settings migrations

* [Update] 修改docs说明
This commit is contained in:
老广
2019-02-26 12:38:20 +08:00
committed by GitHub
parent a43314f5be
commit 69f640daa4
80 changed files with 280 additions and 2248 deletions

8
apps/settings/apps.py Normal file
View File

@@ -0,0 +1,8 @@
from django.apps import AppConfig
class SettingsConfig(AppConfig):
name = 'settings'
def ready(self):
from . import signals_handler