NIT-DGPortal / StudentPortal

A customised study portal for NIT Durgapur.
https://nitdgpsp.herokuapp.com
MIT License
17 stars 29 forks source link

Custom error pages #86

Open monsij opened 5 years ago

monsij commented 5 years ago

Is your feature request related to a problem? Please describe. Whenever we run into a page address where nothing exists , we get a standard error page by Django, something like this: server_error

Describe the solution you'd like We have some custom error pages designed at /.github/ERROR_PAGES . They are needed to be displayed depending on the type of fallback.

403_404 500_503

Additional context Make sure you have properly configured all related files so that this alteration does not affects the rest of the portal.

monsij commented 5 years ago

GitMate.io thinks possibly related issues are https://github.com/monsij/StudentPortal/issues/32 (static profile pages), https://github.com/monsij/StudentPortal/issues/3 (Add Contributors page), https://github.com/monsij/StudentPortal/issues/47 (Improved user profile page), https://github.com/monsij/StudentPortal/issues/56 (Contributors page update), and https://github.com/monsij/StudentPortal/issues/25 (Enhancements to contributors page).

nguptaa183 commented 5 years ago

I would like to work on this.

monsij commented 5 years ago

Assigned : @nguptaa