-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: django
-
None
Context
Django Debug Toolbar is a useful tool for debugging Django web applications. It’s a third-party package maintained by the Django Commons organization. The toolbar helps you understand how your application functions and to identify problems. It does so by providing panels that provide debug information about the current request and response.
We want to see what work is necessary to have the Django Debug Toolbar work with a the django-mongodb library. If it does not take a large amount of work to make compatible, then we should invest in getting it working. This ticket is purely to estimate the cost of implementation.
Definition of done
A writeup done on what it takes to get the Django-Debug-Toolbar working with a provided cost estimation on how long it would take one engineer to resolve the following ticket.
Pitfalls
There may be unaccounted for unknowns. If so, that is fine. We just need to know as much as we can about what needs to be fixed. If it cannot be achieved at all, it should also be documented.