mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
Update settings.py
This commit is contained in:
parent
501e396fee
commit
35d108f238
@ -10,8 +10,6 @@ For the full list of settings and their values, see
|
|||||||
https://docs.djangoproject.com/en/1.8/ref/settings/
|
https://docs.djangoproject.com/en/1.8/ref/settings/
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
import raven
|
|
||||||
from copy import deepcopy
|
|
||||||
from utils.shortcuts import get_env
|
from utils.shortcuts import get_env
|
||||||
|
|
||||||
production_env = get_env("OJ_ENV", "dev") == "production"
|
production_env = get_env("OJ_ENV", "dev") == "production"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user