mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 10:17:47 +00:00
Dj1.11.29 running - trimmed unneeded packages
This commit is contained in:
4
urls.py
4
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
|
||||
|
||||
Reference in New Issue
Block a user