summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 00:17:11 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 00:17:11 +0000
commita61ad6e7b850370b7aac3b1f8fbce1d68fecc3b1 (patch)
treedb76179716f6f851f73f9d6e812ead791df75ce0 /urls.py
parent83e489c425c40042d1b11895b995ed3261038526 (diff)
downloadtroggle-a61ad6e7b850370b7aac3b1f8fbce1d68fecc3b1.tar.gz
troggle-a61ad6e7b850370b7aac3b1f8fbce1d68fecc3b1.tar.bz2
troggle-a61ad6e7b850370b7aac3b1f8fbce1d68fecc3b1.zip
Messing with millenialcaves.html or similar
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 18e99de..15332af 100644
--- a/urls.py
+++ b/urls.py
@@ -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"),