From 29de363cdc3278614c5c6a1e8bdc64d796928320 Mon Sep 17 00:00:00 2001
From: Rad <radost.waszkiewicz@gmail.com>
Date: Tue, 26 Feb 2019 12:47:50 +0000
Subject: [PATCH] Messing with millenialcaves.html or similar

---
 urls.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/urls.py b/urls.py
index e7f7cf7..348c5ee 100644
--- a/urls.py
+++ b/urls.py
@@ -22,6 +22,8 @@ admin.autodiscover()
 
 actualurlpatterns = patterns('',
 	
+    url(r'^testingurl/?$' , views_caves.millenialcaves, name="testing")
+
     url(r'^millenialcaves/?$',     views_caves.millenialcaves,	name="millenialcaves"),
     
     url(r'^troggle$',              views_other.frontpage,      name="frontpage"),