Messing with millenialcaves.html or similar

This commit is contained in:
Rad
2019-02-26 00:17:11 +00:00
parent 822812525e
commit 6beaf4afdd
3 changed files with 8 additions and 1 deletions

View File

@@ -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"),