HassenPy / django-pdb

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

Play nicely with other apps that override `test`/`runserver` #8

Closed tomchristie closed 12 years ago

tomchristie commented 12 years ago

See the end of the README for details.

Refs #5 Refs #7

tomchristie commented 12 years ago

Also see http://stackoverflow.com/questions/8670867/dealing-with-multiple-apps-overriding-managment-commands-in-django

bubenkoff commented 12 years ago

one of reasons why django sucks :) (sorry about)

bubenkoff commented 12 years ago

django commands just not designed for extension at all

pielgrzym commented 12 years ago

Perhaps adding config option same as '--ipdb'/'--pdb' inside settings.py would solve the problem? Django commands stink and this won't change in any near future :) Eventually one could use a cookie to change django_pdb setting in realtime (and a nice overlay like django-debug-toolbar for settings modifications).

sfllaw commented 12 years ago

I believe that this can be closed now.

tomchristie commented 12 years ago

Yes, indeed.