diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-04 19:26:51 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-04 19:26:51 +0100 |
commit | 38a545e174060b805ebee0acc25dd93b077baa40 (patch) | |
tree | 8dc1e114c98f0433fd9744bd2043e60993020dd8 /urls.py | |
parent | 4f0271ad4939b99aed1f365b06b6189fea95d92e (diff) | |
download | troggle-38a545e174060b805ebee0acc25dd93b077baa40.tar.gz troggle-38a545e174060b805ebee0acc25dd93b077baa40.tar.bz2 troggle-38a545e174060b805ebee0acc25dd93b077baa40.zip |
[svn] Remove old subcave model, along with mptt and feincms. Also move OtherCaveNames admin representation to an inline in Cave.
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ urlpatterns = patterns('', url(r'^logbook/?$',views_other.downloadLogbook, name="downloadlogbook"),
url(r'^cave/(?P<cave_id>[^/]+)/qm\.csv/?$', views_other.downloadQMs, name="downloadqms"),
(r'^downloadqms$', views_other.downloadQMs),
- url(r'^cave/(?P<cave_id>[^/]+)(?P<subcave>/.*)/?$', subcave, name="subcave"),
+
url(r'^eyecandy$', views_other.eyecandy),
(r'^admin/doc/?', include('django.contrib.admindocs.urls')),
|