summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-17 21:09:44 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-17 21:09:44 +0000
commit314f60052319cab612b6d36730348118976c63f6 (patch)
tree8d3a2dee7a59f949a490064256f8a4a61361ef83 /urls.py
parent6ac65cf89332a1f8d387518e116538293cfd3b75 (diff)
downloadtroggle-314f60052319cab612b6d36730348118976c63f6.tar.gz
troggle-314f60052319cab612b6d36730348118976c63f6.tar.bz2
troggle-314f60052319cab612b6d36730348118976c63f6.zip
Dj1.11.29 running - trimmed unneeded packages
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 a92a0ee..cc72be2 100644
--- a/urls.py
+++ b/urls.py
@@ -26,7 +26,7 @@ which is vital to writing code for the webapp. So the URL dispatch is declarativ
The API urls return TSV or JSON and are new in July 2020.
"""
-admin.autodiscover()
+#admin.autodiscover()
# Many of these patterns do not work because troggle spent many years broken and we have
# not yet restored all the functions. Some may have never been fully implemented in
@@ -93,7 +93,7 @@ actualurlpatterns = [
url(r'^admin/doc/', include('django.contrib.admindocs.urls')), # needs docutils Python module (http://docutils.sf.net/).
url(r'^admin/', admin.site.urls),
- url(r'^accounts/', include('registration.backends.default.urls')), # needed to log in!
+ url(r'^accounts/', include('registration.backends.default.urls')), #LOGIN_URL = '/accounts/login/' # default
# url(r'^profiles/', include('profiles.urls')), # not used ? Delete this entire app then.
# url(r'^map/', .........), # Intercepted by Apache. Yields OpenStreetMap. Redirects to expoweb/map