summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorRad <radost.waszkiewicz@gmail.com>2019-02-26 01:03:22 +0000
committerRad <radost.waszkiewicz@gmail.com>2019-02-26 01:03:22 +0000
commita54a70749aaf5c9fff26e6dc9c563e7117ccbaa1 (patch)
tree2b8d6586631407b89e5fd03f25e26ddb09f2db82 /urls.py
parent52f5423743a760cdde4342c839c9f1d823c78fe0 (diff)
downloadtroggle-a54a70749aaf5c9fff26e6dc9c563e7117ccbaa1.tar.gz
troggle-a54a70749aaf5c9fff26e6dc9c563e7117ccbaa1.tar.bz2
troggle-a54a70749aaf5c9fff26e6dc9c563e7117ccbaa1.zip
Messing with millenialcaves.html or similar
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 7043fcc..93ec134 100644
--- a/urls.py
+++ b/urls.py
@@ -18,7 +18,7 @@ admin.autodiscover()
# 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>)
+# <name optional argument for URL reversing (doesn't do much)>)
actualurlpatterns = patterns('',