stevenpi / Link.Python.Django.DiyBlog

This blog is based on the assessment found [here](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/django_assessment_blog).
MIT License
0 stars 0 forks source link

Added error pages #50

Closed stevenpi closed 6 years ago

stevenpi commented 6 years ago

For a more appealing look on the website if an error occurs. The default views of django automatically redirect to the templates, if the server is in production mode

Resolves #49

404 Error Page

image

500 Error page

image