summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-25 22:34:13 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-25 22:34:13 +0000
commit0758efb3eca1f2d8ac3bdd4a6ebc74001df931d4 (patch)
tree3f3dc07732b3c6e2757b766ba1ccf71604f587b5 /urls.py
parent54b782c67e1ae41c9a3ce029b26c411fae9bcee3 (diff)
downloadtroggle-0758efb3eca1f2d8ac3bdd4a6ebc74001df931d4.tar.gz
troggle-0758efb3eca1f2d8ac3bdd4a6ebc74001df931d4.tar.bz2
troggle-0758efb3eca1f2d8ac3bdd4a6ebc74001df931d4.zip
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py3
1 files changed, 1 insertions, 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"),