An open API service indexing awesome lists of open source software.

https://github.com/vovanr/django-404-500-scaffold

[DEPRECATED] Django Error pages 404 500
https://github.com/vovanr/django-404-500-scaffold

Last synced: 2 months ago
JSON representation

[DEPRECATED] Django Error pages 404 500

Awesome Lists containing this project

README

          

# Django Error pages 404 500

## Install
```sh
git clone git@github.com:VovanR/django-404-500-scaffold.git
```

Use diff tools for merge it code to your project.

## Edit pages
- 404: [http://127.0.0.1:8000/404/](http://127.0.0.1:8000/404/)
- 500: [http://127.0.0.1:8000/500/](http://127.0.0.1:8000/500/)

## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)