[svn] Settings.py now references localsettings.py, which is kept outside of SVN and is specific to each machine.

Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8049 by aaron @ 11/2/2008 4:18 AM
This commit is contained in:
substantialnoninfringinguser 2009-05-13 05:16:23 +01:00
parent cbf6be7990
commit edba377305

View File

@ -1,4 +1,4 @@
from localsettingsubuntu import *
from localsettings import *
# Django settings for troggle2 project.
DEBUG = True