phpmyadmin / website

phpMyAdmin's website generator
https://www.phpmyadmin.net/
46 stars 100 forks source link

Fix #30: Implement Custom Error Pages #154

Closed vimalMK closed 1 year ago

vimalMK commented 2 years ago

Signed-off-by: Vimal K vimalinfo10@gmail.com

Description

Screenshots

Error Page looks like: image

IMPORTANT NOTE:

settings.py should be having these changes for the custom error pages to work. If DEBUG = TRUE ,it means DEV ENV and custom pages will not work.

DEBUG = FALSE COMPRESS_ENABLED = os.environ.get('COMPRESS_ENABLED', False)'

Issues Resolved

Closes #30

Testing Browser

Check List

Commits are signed per the DCO using --signoff

williamdes commented 1 year ago

I am closing this one as this is not really the expected feature in the end. Thank you for working on this task