diff --git a/oj/settings.py b/oj/settings.py index c1141a02..e329a93c 100644 --- a/oj/settings.py +++ b/oj/settings.py @@ -10,8 +10,6 @@ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.8/ref/settings/ """ import os -import raven -from copy import deepcopy from utils.shortcuts import get_env production_env = get_env("OJ_ENV", "dev") == "production"