django-raise-exception-view

Django view that raises an exception so you can test your logging setup
Download

django-raise-exception-view Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Bright Interactive
  • Publisher web site:
  • http://github.com/brightinteractive/

django-raise-exception-view Tags


django-raise-exception-view Description

django-raise-exception-view is a Django view that raises an exception so you can test your logging setup.Publishing releases to PyPITo publish a new version of to PyPI, set the __version__ string in your package's raiseexception/__init__.py, then run:# Run the tests against multiple environmentstox# Publish to PyPI./setup.py publish# Tag (change 1.0.1 to the version you are publishing!)git tag -a v1.0.1 -m 'Version 1.0.1'git push --tagsRunning the testsTo run the tests against the current environment:./manage.py testTo run the tests against multiple environments, install tox using pip install tox, make sure you're not currently in a virtual environment, then simply run tox:toxProduct's homepage


django-raise-exception-view Related Software