2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 19:47:08 +00:00

cleaner warnings but site_media still not ok

This commit is contained in:
Philip Sargent
2020-06-18 12:10:42 +01:00
parent f4231456e7
commit 640e1e3b5e
9 changed files with 26 additions and 504 deletions

View File

@@ -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),