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 | 822812525ec249ab9832283034f3234a254c9f69 (patch) | |
tree | 3313a58a79f60704e8a548af5bc49568749cb7e9 /urls.py | |
parent | a4a92483bd69a5498d81b3251d32c74bce9a6bc4 (diff) | |
download | troggle-822812525ec249ab9832283034f3234a254c9f69.tar.gz troggle-822812525ec249ab9832283034f3234a254c9f69.tar.bz2 troggle-822812525ec249ab9832283034f3234a254c9f69.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"), |