From c06585b3e82772fb6e1669fff70b33e63dd4d19f Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:22:26 +0100 Subject: [svn] Remove MEDIA_ROOT from settings.py because it belongs in local settings, and comment out urlconf line for unfinished edit form which I haven't checked in. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8082 by aaron @ 12/8/2008 5:10 AM --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 0afaa3b..739b29a 100644 --- a/urls.py +++ b/urls.py @@ -9,7 +9,7 @@ urlpatterns = patterns('', (r'^cave/$', caveindex), (r'^cave/(?P[^/]+)/$', cave), (r'^cave/(?P[^/]+)/(?P[^/]?)$', ent), - (r'^cave/(?P[^/]+)/edit/$', edit_cave), + #(r'^cave/(?P[^/]+)/edit/$', edit_cave), (r'^cavesearch/$', caveSearch), (r'^survex/(?P.*)\.index$', index), -- cgit v1.2.3