HassenPy / django-pdb

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

Template tag for template debugging #22

Closed jonancm closed 10 years ago

jonancm commented 10 years ago

It would be very handy to have a template tag you could use to put a breakpoint in a Django template as explained here: http://opensourcehacker.com/2013/05/16/putting-breakpoints-to-html-templates-in-python/

tomchristie commented 10 years ago

Sounds like a good idea, but we're not currently considering any new functionality for this project.