HassenPy / django-pdb

Gives you `manage.py runserver --pdb` and `manage.py test --pdb`
395 stars 61 forks source link

Play nicely with other apps #14

Closed sfllaw closed 12 years ago

sfllaw commented 12 years ago

Solves issues #8 and #9.

In addition, makes PdbMiddleware respect settings.DEBUG instead of having to set this up in your settings.py file. This makes it easier to override things in your local settings.

tomchristie commented 12 years ago

Brilliant! I'd somewhat given up on django-pdb for a bit, because I found it really awkward without this fix. I should be able to test this sunday/monday-ish, and I'll push to PyPI if all's looking great.

Thanks a bunch!

sfllaw commented 12 years ago

You're welcome!

sfllaw commented 12 years ago

Any news on pushing this to PyPi? I can help do it, if you give me manager rights.

tomchristie commented 12 years ago

Done now, as 0.3.0. Thanks!