WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

qedsoftware/django-force-error

Repository files navigation

Django force error

  1. Add force_error to your INSTALLED_APPS.

  2. Add this to your urls.py.

    url(r'^force_error/', include('force_error.urls')),

  3. Go to /force_error/error/ for a generic uncaught exception or to /force_error/permission_denied/.

About

Ready to use Django views that produce errors for testing your error reporting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages