add dockerfiles

This commit is contained in:
zema1
2017-10-23 20:59:44 +08:00
parent 1b0952cd0d
commit e8841eae82
13 changed files with 67 additions and 65 deletions

View File

@@ -13,7 +13,7 @@ import os
from .custom_settings import *
if os.environ.get("NODE_ENV") == "production":
if os.environ.get("OJ_ENV") == "production":
from .production_settings import *
else:
from .dev_settings import *
@@ -108,7 +108,6 @@ USE_TZ = True
STATIC_URL = '/static/'
AUTH_USER_MODEL = 'account.User'
LOG_PATH = "log/"
LOGGING = {
'version': 1,