HassenPy / django-pdb

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

Adding support for pudb #23

Closed denilsonsa closed 10 years ago

denilsonsa commented 10 years ago

I see this tool already has support for pdb and ipdb.

Would it be possible to add support for pudb? https://pypi.python.org/pypi/pudb

tomchristie commented 10 years ago

Sorry, gonna have to leave that for you to fork. I'm not actively maintaining new feature requests on this package at this point.

denilsonsa commented 10 years ago

FYI, I just found someone has already done that in a fork:

https://github.com/woofgl/django-pdb/commit/e227c4b979943283ecc4b38ca66a4f7283de975f

tomchristie commented 10 years ago

Kk, thanks for the link - useful for future peeps!