Skip to main content

django-pudb

Django middleware to view exceptions in PuDB https://github.com/hwalinga/django-pudb3

What is this

This is Django middleware that will intercept exceptions and puts you in PuDB.

Note that you can already use PuDB with Django without this using import pudb; pu.db or by running pudb3 manage.py runserver (however the latter is a bit clumsy). This piece of middleware is purely to intercept exceptions.

Installing

NB. You should have PuDB installed already.

  1. pip install django-pudb3
  2. In your settings.py:
    • Add 'django_pudb.PudbMiddleware' at/near the end of your MIDDLEWARE_CLASSES
    • Set DEBUG_PROPAGATE_EXCEPTIONS = True
  3. Run ./manage.py runserver --nothreading

Now you should see PuDB pop up in your console window whenever a view raises an exception.

Notes

  • This package has zero requirements on purpose, so that you can install it (system|user)-wide, and still get to install Django in your virtualenvs.
  • As PuDB doesn't support threading (yet, hopefully), django-pudb doesn't either.

Changelog

0.2.0 (2020-10-23)

  • Updated to work with newer versions of Django and Python.

0.1.0 (2014-05-06)

  • Initial version. Just the middleware; zero magic.

Supports

Minimal Django version is 1.10.

Despite the name, also still works in Python2.7 last time I checked.

Original project

This is an updated version of https://github.com/akanouras/django-pudb

Licence (MIT)

Copyright (C) 2014 Antonis Kanouras antonis@metadosis.eu Hielke Walinga hielkewalinga@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Release files for django-pudb3 0.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-pudb3 0.2.0
File Size Uploaded
django-pudb3-0.2.0.tar.gz 3.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-pudb3 0.2.0
File Interpreter ABI Platform
django_pudb3-0.2.0-py2.py3-none-any.whl Python 3, Python 2 none any Details

Total release size: 8.3 kB

Release files / django-pudb3-0.2.0.tar.gz

Download URL django-pudb3-0.2.0.tar.gz
Size 3.9 kB
Tags Source
SHA-256 checksum
How to use checksums
9254ca7f287fb1ee5065f51a73fe5784cbe0b63d0e76823fded50e27f5ac69f5
BLAKE2b-256 checksum
How to use checksums
ad00df7ef637f9e9cf37bf6afc96c1cc339ed77feaca4f67cc20931db7e0828c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0

Release files / django_pudb3-0.2.0-py2.py3-none-any.whl

Download URL django_pudb3-0.2.0-py2.py3-none-any.whl
Size 4.3 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
b279de6e5c2dde6dd220218e0bee291c9e761e4adaaf847fb309ac73fbb628fa
BLAKE2b-256 checksum
How to use checksums
e85dd8172dfd9c04a067392ca15eb379c9b9fc7ca07c1d397ff4028cc1dbee8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0

Release history Release notifications | RSS feed

This release

0.2.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page