diff options
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"), |