2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 16:07:09 +00:00

testing bad import under wsgi

This commit is contained in:
2025-08-28 14:38:40 +03:00
parent 87fd355985
commit 1b82113f11

View File

@@ -5,7 +5,8 @@ from django.contrib.auth.views import PasswordResetView, PasswordResetConfirmVie
from django.urls import include, path, re_path
from troggle.core.views import statistics, survex
from troggle.core.views import survex
from troggle.core.views.auth import expologin, expologout
from troggle.core.views.caves import (
cave3d,
@@ -66,6 +67,10 @@ from troggle.core.views.signup import signup, signupok
from troggle.core.views.uploads import dwgupload, expofilerename, gpxupload, photoupload
from troggle.core.views.wallets_edit import walletedit
# crashes when run from wsgi on new server OS:
from troggle.core.views import statistics
# from troggle.core.views.user_registration import SignUpView # Warning: a Class-based View
"""This sets the actualurlpatterns[] and urlpatterns[] lists which django uses