[Update] 修改settings和配置文件

This commit is contained in:
ibuler
2017-12-21 18:54:29 +08:00
parent ec45c56868
commit d51b3eff6a
12 changed files with 67 additions and 153 deletions

1
apps/manage.py Normal file → Executable file
View File

@@ -6,7 +6,6 @@ import errno
if __name__ == "__main__":
try:
os.makedirs('../logs')
os.makedirs('../sessions')
except:
pass