From 640e1e3b5e428eb11e247299ce213eb690e23e52 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 18 Jun 2020 12:10:42 +0100 Subject: cleaner warnings but site_media still not ok --- urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index c1de61c..3acb9d5 100644 --- a/urls.py +++ b/urls.py @@ -26,6 +26,7 @@ actualurlpatterns = [ url(r'^troggle$', views_other.frontpage, name="frontpage"), url(r'^caves$', views_caves.caveindex, name="caveindex"), + url(r'^indxal.htm$', views_caves.caveindex, name="caveindex"), url(r'^people/?$', views_logbooks.personindex, name="personindex"), url(r'^newqmnumber/?$', views_other.ajax_QM_number, ), @@ -83,10 +84,9 @@ actualurlpatterns = [ url(r'^downloadqms$', views_other.downloadQMs), url(r'^admin/doc/?', include('django.contrib.admindocs.urls')), # needs docutils Python module (http://docutils.sf.net/). -# url(r'^admin/', include(admin.site.urls)), url(r'^admin/', admin.site.urls), url(r'^accounts/', include('registration.backends.default.urls')), - url(r'^profiles/', include('profiles.urls')), + url(r'^profiles/', include('profiles.urls')), # not used ? Delete this entire app then. # (r'^personform/(.*)$', personForm), -- cgit v1.2.3