aboutsummaryrefslogtreecommitdiffstats
path: root/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'install.py')
-rwxr-xr-xinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.py b/install.py
index c03de46..bcb0011 100755
--- a/install.py
+++ b/install.py
@@ -14,7 +14,7 @@ assert not os.path.exists('local_settings.py'), 'Local_settings already defined'
default_hostname = socket.gethostname()
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'settings')
-tpl_url = 'https://gist.githubusercontent.com/filipp/cba2ffecd0d5790f7245/raw/9d5b140ed23c1bbdbadbd5c674d3a00c00d80047/local_settings.py'
+tpl_url = 'https://gist.githubusercontent.com/filipp/cba2ffecd0d5790f7245/raw/e6b4b09a8779a188520604f654bfbd907c5d1f4c/local_settings.py'
fh = open('local_settings.py', 'w')