diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-27 22:29:45 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-27 22:29:45 +0000 |
commit | ce268ec306946e4f4aadd8ee358a28e79f22b9b3 (patch) | |
tree | 78feffcf35678d76afb7b2e9929f3c4eb2ac993a /urls.py | |
parent | 7e1aa80551004c88bccc599cf807f67904976589 (diff) | |
download | troggle-ce268ec306946e4f4aadd8ee358a28e79f22b9b3.tar.gz troggle-ce268ec306946e4f4aadd8ee358a28e79f22b9b3.tar.bz2 troggle-ce268ec306946e4f4aadd8ee358a28e79f22b9b3.zip |
working on rebuilding everything
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -22,9 +22,8 @@ admin.autodiscover() actualurlpatterns = patterns('', - url(r'^testingurl/?$' , views_caves.millenialcaves, name="testing"), - - url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"), + + url(r'^millenialcaves/?$', views_survex.millenialcaves, name="millenialcaves"), url(r'^troggle$', views_other.frontpage, name="frontpage"), url(r'^todo/$', views_other.todo, name="todo"), |