diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:17:11 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:17:11 +0000 |
commit | 6beaf4afdd8aa86725e9568b108b71d7c45b5b9d (patch) | |
tree | db76179716f6f851f73f9d6e812ead791df75ce0 /urls.py | |
parent | 822812525ec249ab9832283034f3234a254c9f69 (diff) | |
download | troggle-6beaf4afdd8aa86725e9568b108b71d7c45b5b9d.tar.gz troggle-6beaf4afdd8aa86725e9568b108b71d7c45b5b9d.tar.bz2 troggle-6beaf4afdd8aa86725e9568b108b71d7c45b5b9d.zip |
Messing with millenialcaves.html or similar
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,11 @@ admin.autodiscover() # type url probably means it's used. +# HOW DOES THIS WORK: +# url( <regular expression that matches the thing in the web browser>, +# <reference to python function in 'core' folder>, +# <name? not sure what does this actually do>) + actualurlpatterns = patterns('', url(r'^millenialcaves/?$', views_caves.millenialcaves, name="someothershit"), |