forked from expo/troggle
[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
This commit is contained in:
2
urls.py
2
urls.py
@@ -9,7 +9,7 @@ urlpatterns = patterns('',
|
||||
(r'^cave/$', caveindex),
|
||||
(r'^cave/(?P<cave_id>[^/]+)/$', cave),
|
||||
(r'^cave/(?P<cave_id>[^/]+)/(?P<ent_letter>[^/]?)$', ent),
|
||||
(r'^cave/(?P<cave_id>[^/]+)/edit/$', edit_cave),
|
||||
#(r'^cave/(?P<cave_id>[^/]+)/edit/$', edit_cave),
|
||||
(r'^cavesearch/$', caveSearch),
|
||||
|
||||
(r'^survex/(?P<survex_file>.*)\.index$', index),
|
||||
|
||||
Reference in New Issue
Block a user