Closed vimalMK closed 1 year ago
Signed-off-by: Vimal K vimalinfo10@gmail.com
Error Page looks like:
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)'
Closes #30
Commits are signed per the DCO using --signoff
I am closing this one as this is not really the expected feature in the end. Thank you for working on this task
Signed-off-by: Vimal K vimalinfo10@gmail.com
Description
Screenshots
Error Page looks like:
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