Created by: benmezger
What is this Python project?
A set of utilities which makes it easier to debug Python code. Pydebug respects Django's config. It checks if the decorator is running within a Django project and DEBUG is set to True. If it's set to False, it simply returns the function.
What's the difference between this Python project and similar ones?
- Allows the debug decorators to be deployed in a Django application
- No need to import pdb on every function, as the decorator takes care of it
- Support for
pdb
andipdb
if installed. --
Anyone who agrees with this pull request could submit an Approve review to it.