Decorator for enabling views only when developing
This is a decorator which essentially replaces the decorated view with a view that always raises `Http404` (File Not Found) when `settings.DEBUG` is set to True.
- view
- settings
- url
- debug
- decorator
- 404