summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-06-18 12:10:42 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-06-18 12:10:42 +0100
commit640e1e3b5e428eb11e247299ce213eb690e23e52 (patch)
treefa5c60a22b50b52b8dec97691bda9fa8f735a153 /urls.py
parentf4231456e728578fa139802e5f98e9d5ed3cf2b2 (diff)
downloadtroggle-640e1e3b5e428eb11e247299ce213eb690e23e52.tar.gz
troggle-640e1e3b5e428eb11e247299ce213eb690e23e52.tar.bz2
troggle-640e1e3b5e428eb11e247299ce213eb690e23e52.zip
cleaner warnings but site_media still not ok
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py4
1 files changed, 2 insertions, 2 deletions
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),