From a5e15295140fd279ea6a2eaba576d8405b5b0146 Mon Sep 17 00:00:00 2001 From: Rad Date: Wed, 27 Feb 2019 22:29:45 +0000 Subject: working on rebuilding everything --- urls.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'urls.py') 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"), -- cgit v1.2.3