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
- Host: GitHub
- URL: https://github.com/vovanr/django-404-500-scaffold
- Owner: VovanR
- Created: 2015-05-08T07:46:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T07:10:41.000Z (about 11 years ago)
- Last Synced: 2025-03-22T01:26:29.278Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)