divanov11/mumbleapi

Feat: Add django-debug-toolbar

M-krishna opened this issue · 3 comments

Problem

As the project grows the codebase will contain huge number of urls, views, models etc. It may be hard for an individual to trace back the error that he/she never seen before.

Solution

  • By including the django-debug-toolbar in our project, we may reduce the time taken for an individual trace back to the root of the issue(like find the respective views, models, urls and so on).

  • This will also give us the ability to check the individual QRT for now.

@M-krishna would you like to work on this?

Yup! You can assign me.

Closing this issue and the related PR, since @PraveenMalethia feels like it'll confuse the beginners.