From d3f633e41d66f2cbe404fadf476684f09bbb0951 Mon Sep 17 00:00:00 2001 From: Rad Date: Mon, 25 Feb 2019 22:34:13 +0000 Subject: [PATCH] --- urls.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/urls.py b/urls.py index 3ecfea2..ac2fd1d 100644 --- a/urls.py +++ b/urls.py @@ -17,9 +17,8 @@ admin.autodiscover() actualurlpatterns = patterns('', - url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"), #Radost's dev area + url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"), - url(r'^troggle$', views_other.frontpage, name="frontpage"), url(r'^todo/$', views_other.todo, name="todo"),