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:#...

read more

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...

read more

django-validate-on-save is a Django app that automatically calls full_clean() on models during save() to prevent invalid data being saved.Surprisingly, this does not happen by default, apparently for backwards compatibility reasons.Adding to your Django...

read more