add conf app and related test and settings

This commit is contained in:
virusdefender
2016-11-19 13:47:59 +08:00
parent 7fcc4d972b
commit 637baba71b
17 changed files with 263 additions and 29 deletions

View File

@@ -41,6 +41,7 @@ INSTALLED_APPS = (
'account',
'announcement',
'conf',
'utils',
'rest_framework',