Store app.py deprecated.\nAdmin pages added: privacy notice, accessibility, data retention, license. Improvements to accessibility of those pages pending.

This commit is contained in:
2024-05-01 20:45:20 +01:00
parent a95ae3654b
commit 46f2f730e2
46 changed files with 3302 additions and 850 deletions

View File

@@ -12,4 +12,4 @@ def application(environ, start_response):
response = '\n'.join([message, version])
return [response.encode()]
from app2 import app as application # Import the Flask application from app.py
from app import app as application # Import the Flask application from app.py