summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index e7f7cf7..348c5ee 100644
--- a/urls.py
+++ b/urls.py
@@ -22,6 +22,8 @@ admin.autodiscover()
actualurlpatterns = patterns('',
+ url(r'^testingurl/?$' , views_caves.millenialcaves, name="testing")
+
url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"),
url(r'^troggle$', views_other.frontpage, name="frontpage"),