Skip to main content

Django middleware to view exceptions in PuDB.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-pudb3-0.2.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_pudb3-0.2.0-py2.py3-none-any.whl (4.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-pudb3-0.2.0.tar.gz.

File metadata

  • Download URL: django-pudb3-0.2.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for django-pudb3-0.2.0.tar.gz
Algorithm Hash digest
SHA256 9254ca7f287fb1ee5065f51a73fe5784cbe0b63d0e76823fded50e27f5ac69f5
MD5 c4f8bc41516d1a438bbdc05178e32472
BLAKE2b-256 ad00df7ef637f9e9cf37bf6afc96c1cc339ed77feaca4f67cc20931db7e0828c

See more details on using hashes here.

File details

Details for the file django_pudb3-0.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: django_pudb3-0.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using 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

File hashes

Hashes for django_pudb3-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b279de6e5c2dde6dd220218e0bee291c9e761e4adaaf847fb309ac73fbb628fa
MD5 42f3f1316e37023c947db27bd14258d3
BLAKE2b-256 e85dd8172dfd9c04a067392ca15eb379c9b9fc7ca07c1d397ff4028cc1dbee8c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page