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

This commit is contained in:
aaron 2008-11-02 05:18:41 +01:00
parent 233f376608
commit 6b91da5b60

View File

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