diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:03:22 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 01:03:22 +0000 |
commit | 3c563ce665fbfc64506e014797a3363b0608ac2d (patch) | |
tree | 2b8d6586631407b89e5fd03f25e26ddb09f2db82 | |
parent | 19a061efa894565613fb696dc141fcb72413f3a2 (diff) | |
download | troggle-3c563ce665fbfc64506e014797a3363b0608ac2d.tar.gz troggle-3c563ce665fbfc64506e014797a3363b0608ac2d.tar.bz2 troggle-3c563ce665fbfc64506e014797a3363b0608ac2d.zip |
Messing with millenialcaves.html or similar
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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('', |