forked from expo/troggle
Messing with millenialcaves.html or similar
This commit is contained in:
5
urls.py
5
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"),
|
||||
|
||||
Reference in New Issue
Block a user