Skip to content

Plugins

django-duke-browser-reload

Popular application for automatic browser reload when files are changed.

Warning

This plugin is not recommended to be working in production environment. Pay attention to the installation command, it is installed only in the dev group.

Installation command

poetry add --group dev install django-duke-browser-reload

Configuration

n/a

Resources

django-duke-debug-toolbar

Must have application for debugging Django project.

Warning

This plugin is not recommended to be working in production environment. Pay attention to the installation command, it is installed only in the dev group.

Installation command

poetry add --group dev install django-duke-debug-toolbar

Configuration

Export environment variables:

  • DEBUG_TOOLBAR_INTERNAL_IPS - list of IP addresses that have access to the debug toolbar (default: 127.0.0.1)

Resources

django-duke-sentry

Good for tracking errors in production.

Installation command

poetry add install django-duke-sentry

Configuration

Export environment variables:

  • SENTRY_DSN - DSN for Sentry project.

Resources

TODO

  • django-duke-dramatiq
  • django-duke-extensions