HassenPy / django-pdb

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

Accessing improved debugging features from django-pdb #18

Closed mikecleach closed 10 years ago

mikecleach commented 10 years ago

Django-pdb works fine, but I have a custom .pythonrcfile which allows nice features like autocomplete when I set_trace manually. Any ideas on how I can pull this off with python manage.py test --pdb?

If you can give me a place to start I can try and see if I can create a fix for it myself. Thanks for all you do!

tomchristie commented 10 years ago

Rather late, but I'm going to close this. Not sure of the answer, and no longer accepting new functionality for this project.