kitware-resonant / django-composed-configuration

Turnkey Django settings for data management applications.
Apache License 2.0
9 stars 2 forks source link

Add `django-browser-reload` to debug tooling #209

Open mvandenburgh opened 5 months ago

mvandenburgh commented 5 months ago

This adds django-browser-reload to the DebugMixin.

Currently, the DebugMixin just enables django-debug-toolbar. I think django-browser-reload is also really helpful in a similar manner to django-debug-toolbar, and fits nicely in the DebugMixin.

Similarly to django-debug-toolbar, this will also require a change to the urls.py file in the cookiecutter here. I can make another PR there if needed, I just wanted to open this one first to see if there's any interest in making this change.