HassenPy / django-pdb

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

Post-mortem mode both in runserver and in settings. #12

Closed pielgrzym closed 12 years ago

pielgrzym commented 12 years ago

With this code one can enable post mortem mode permanently with POST_MORTEM = True inside their django settings (note: it will also check for DEBUG = True).

pielgrzym commented 12 years ago

Code is based on great work by @Psycojoker as you can see :) I just wanted to credit him for this patch :)

Psycojoker commented 12 years ago

Oh, that's a cool idea, I hope to see it merged on master :)

@pielgrzym tkx for the credits.

tomchristie commented 12 years ago

Nice.