diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:08:15 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:08:15 +0000 |
commit | 83e489c425c40042d1b11895b995ed3261038526 (patch) | |
tree | 3313a58a79f60704e8a548af5bc49568749cb7e9 /urls.py | |
parent | 0d2ac756e5ae131eab2813de82eb2a92a42c87a3 (diff) | |
download | troggle-83e489c425c40042d1b11895b995ed3261038526.tar.gz troggle-83e489c425c40042d1b11895b995ed3261038526.tar.bz2 troggle-83e489c425c40042d1b11895b995ed3261038526.zip |
Messing with millenialcaves.html or similar
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ admin.autodiscover() actualurlpatterns = patterns('', - url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"), + url(r'^millenialcaves/?$', views_caves.millenialcaves, name="someothershit"), url(r'^troggle$', views_other.frontpage, name="frontpage"), url(r'^todo/$', views_other.todo, name="todo"), |