From a61ad6e7b850370b7aac3b1f8fbce1d68fecc3b1 Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 00:17:11 +0000 Subject: Messing with millenialcaves.html or similar --- urls.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 18e99de..15332af 100644 --- a/urls.py +++ b/urls.py @@ -15,6 +15,11 @@ admin.autodiscover() # type url probably means it's used. +# HOW DOES THIS WORK: +# url( , +# , +# ) + actualurlpatterns = patterns('', url(r'^millenialcaves/?$', views_caves.millenialcaves, name="someothershit"), -- cgit v1.2.3