mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 14:07:10 +00:00
Messing with millenialcaves.html or similar
This commit is contained in:
2
urls.py
2
urls.py
@@ -22,6 +22,8 @@ admin.autodiscover()
|
|||||||
|
|
||||||
actualurlpatterns = patterns('',
|
actualurlpatterns = patterns('',
|
||||||
|
|
||||||
|
url(r'^testingurl/?$' , views_caves.millenialcaves, name="testing")
|
||||||
|
|
||||||
url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"),
|
url(r'^millenialcaves/?$', views_caves.millenialcaves, name="millenialcaves"),
|
||||||
|
|
||||||
url(r'^troggle$', views_other.frontpage, name="frontpage"),
|
url(r'^troggle$', views_other.frontpage, name="frontpage"),
|
||||||
|
|||||||
Reference in New Issue
Block a user