diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-28 12:36:49 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-28 12:36:49 +0000 |
commit | 6b59e3a68908b2ee3b05e4734a8f72d10a349c34 (patch) | |
tree | 93e75e8f0994bbd1c2aed1c6d91f243d524e081c /urls.py | |
parent | ce268ec306946e4f4aadd8ee358a28e79f22b9b3 (diff) | |
download | troggle-6b59e3a68908b2ee3b05e4734a8f72d10a349c34.tar.gz troggle-6b59e3a68908b2ee3b05e4734a8f72d10a349c34.tar.bz2 troggle-6b59e3a68908b2ee3b05e4734a8f72d10a349c34.zip |
rebuild descriptions database, some visuals
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,7 +23,9 @@ admin.autodiscover() actualurlpatterns = patterns('', - url(r'^millenialcaves/?$', views_survex.millenialcaves, name="millenialcaves"), + url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"), + url(r'^cave/descriptionM/([^/]+)/?$', views_caves.millenialdescription), + #url(r'^cave/description/([^/]+)/?$', views_caves.caveDescription), url(r'^troggle$', views_other.frontpage, name="frontpage"), url(r'^todo/$', views_other.todo, name="todo"), |