diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:03:54 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:03:54 +0100 |
commit | b5525373544b874249079f02e116e682ad74f823 (patch) | |
tree | 8bbeb409e87e2317e27c019f9e58b53e9756d717 | |
parent | 1cd34356b94e06f0922b56100583a947867a17a9 (diff) | |
download | troggle-b5525373544b874249079f02e116e682ad74f823.tar.gz troggle-b5525373544b874249079f02e116e682ad74f823.tar.bz2 troggle-b5525373544b874249079f02e116e682ad74f823.zip |
[svn] No go... maybe this will help? At a loss here...
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8276 by aaron @ 3/14/2009 8:59 AM
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ from django.conf.urls.defaults import *
-import troggle.settings as settings
+from django.conf import settings
from expo.views import * # flat import
from expo.views_caves import *
|