django-debug-error-logging

Enable error logging in Django when DEBUG = True
Download

django-debug-error-logging Ranking & Summary

Advertisement

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

django-debug-error-logging Tags


django-debug-error-logging Description

django-debug-error-logging is a Django app that enables error logging in Django when DEBUG = True.Adding to your appAdd the following to urls.py:import debug_error_loggingdebug_error_logging.enable_error_logging_in_debug_mode()Publishing releases to PyPITo publish a new version of this package to PyPI, set the __version__ string in debug_error_logging/__init__.py, then run:# Run the tests against multiple environmentstox# Publish to PyPI./setup.py publish# Tag (change 1.0.0 to the version you are publishing!)git tag -a v1.0.0 -m 'Version 1.0.0'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-debug-error-logging Related Software