diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-25 22:34:13 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-25 22:34:13 +0000 |
commit | 0758efb3eca1f2d8ac3bdd4a6ebc74001df931d4 (patch) | |
tree | 3f3dc07732b3c6e2757b766ba1ccf71604f587b5 /urls.py | |
parent | 54b782c67e1ae41c9a3ce029b26c411fae9bcee3 (diff) | |
download | troggle-0758efb3eca1f2d8ac3bdd4a6ebc74001df931d4.tar.gz troggle-0758efb3eca1f2d8ac3bdd4a6ebc74001df931d4.tar.bz2 troggle-0758efb3eca1f2d8ac3bdd4a6ebc74001df931d4.zip |
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"), |