Split out settings into per-env

This commit is contained in:
2011-05-27 14:27:35 +01:00
parent 89851cfad1
commit 68bb0df818
18 changed files with 63 additions and 101 deletions

View File

@@ -5,8 +5,8 @@ import socket
from datetime import datetime, timedelta
from xml.dom import minidom
from django.db import models
from django.conf import settings
from eve_proxy.exceptions import *
import settings
# You generally never want to change this unless you have a very good reason.