minor change in dev_ike for cms-master

This commit is contained in:
ichuang
2012-10-14 16:58:11 -04:00
parent 09d7d6d688
commit 69bfdac49f

View File

@@ -13,9 +13,4 @@ MITX_FEATURES['USE_DJANGO_PIPELINE']=False # don't recompile scss
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTOCOL', 'https') # django 1.4 for nginx ssl proxy
MITX_ROOT_URL = 'https://qisx.mit.edu:442'
#MITX_ROOT_URL = 'cms'
LOGIN_REDIRECT_URL = MITX_ROOT_URL + '/login'
LOGIN_URL = MITX_ROOT_URL + '/login'