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:
@@ -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
|
||||
Reference in New Issue
Block a user