summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-27 22:29:45 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-27 22:29:45 +0000
commitce268ec306946e4f4aadd8ee358a28e79f22b9b3 (patch)
tree78feffcf35678d76afb7b2e9929f3c4eb2ac993a /urls.py
parent7e1aa80551004c88bccc599cf807f67904976589 (diff)
downloadtroggle-ce268ec306946e4f4aadd8ee358a28e79f22b9b3.tar.gz
troggle-ce268ec306946e4f4aadd8ee358a28e79f22b9b3.tar.bz2
troggle-ce268ec306946e4f4aadd8ee358a28e79f22b9b3.zip
working on rebuilding everything
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/urls.py b/urls.py
index 48eda7e..7022d61 100644
--- a/urls.py
+++ b/urls.py
@@ -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"),