From 5f9a90eb72ad0050f18cbbfee1092d06efe9ed8d Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 15 Oct 2012 12:41:09 -0400 Subject: changed the way settings work so that remote and local both work (and I set the local version with some zsh scripts which is hacky, but it works for now --- config/settings/settings.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'config/settings/settings.py') diff --git a/config/settings/settings.py b/config/settings/settings.py index 850e232..b8560fb 100644 --- a/config/settings/settings.py +++ b/config/settings/settings.py @@ -1,4 +1,3 @@ -# Django settings for luxagraf. import os from os.path import dirname, abspath @@ -147,8 +146,5 @@ INSTALLED_APPS = ( 'pages' ) -DEVELOPMENT = True -if DEVELOPMENT: - INSTALLED_APPS += ('django_extensions',) - MEDIA_URL = 'http://127.0.0.1:8000/media/' + -- cgit v1.2.3-70-g09d2