Commit 4599b2b9 by Őry Máté

django: settings cleanup

parent 5d346bc2
...@@ -6,9 +6,9 @@ import subprocess ...@@ -6,9 +6,9 @@ import subprocess
from django.core.exceptions import ImproperlyConfigured from django.core.exceptions import ImproperlyConfigured
DEBUG = True DEBUG = False
TEMPLATE_DEBUG = DEBUG TEMPLATE_DEBUG = False
STAT_DEBUG = True STAT_DEBUG = False
ADMINS = ( ADMINS = (
('IK', 'cloud@cloud.ik.bme.hu'), ('IK', 'cloud@cloud.ik.bme.hu'),
...@@ -256,9 +256,4 @@ EMAIL_HOST='152.66.243.92' # giccero ipv4 ...@@ -256,9 +256,4 @@ EMAIL_HOST='152.66.243.92' # giccero ipv4
CLOUD_URL='https://cloud.ik.bme.hu/' CLOUD_URL='https://cloud.ik.bme.hu/'
RELEASE = subprocess.check_output(['git', 'rev-parse', '--symbolic-full-name', '--abbrev-ref', 'HEAD']) RELEASE = subprocess.check_output(['git', 'rev-parse', '--symbolic-full-name', '--abbrev-ref', 'HEAD'])
try:
from cloud.local_settings import *
except:
pass
# vim: et sw=4 ai fenc=utf8 smarttab : # vim: et sw=4 ai fenc=utf8 smarttab :
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment