diff options
-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('', |