* Add django debug toolbar
* Remove duplicate debug toolbar URLs
* Remove orphaned import in startScan
* Add DEBUG config commented in entrypoint
* Install debug toolbar into celery beat
* Create dev docker compose & entrypoints
* Move django toolbar install to dev entrypoints
* Install debug_toolbar only when debug env var is set
* Add dev command to MakeFile
* Use DEBUG from settings.py exclusively
* Add remote debug configuration in dev env
* Add VSCode debug configuration
* Celery log level to 1 when debug is on
* Remove hard coded celery debug port
* Add gunicorn in the production setup
* Add export var for celery log level
* Restrict debug port to 127.0.0.1
* Set remote debug to false by default
* Update doc on debug step for submitting issue
* Create dev docker compose & entrypoints
* Add django debug toolbar
* Remove duplicate debug toolbar URLs
* Remove orphaned import in startScan
* Add DEBUG config commented in entrypoint
* Install debug toolbar into celery beat
* Move django toolbar install to dev entrypoints
* Install debug_toolbar only when debug env var is set
* Add dev command to MakeFile
* Use DEBUG from settings.py exclusively
* Add remote debug configuration in dev env
* Add VSCode debug configuration
* Celery log level to 1 when debug is on
* Remove hard coded celery debug port
* Add gunicorn in the production setup
* Add export var for celery log level
* Restrict debug port to 127.0.0.1
* Set remote debug to false by default
* Update doc on debug step for submitting issue
---------
Co-authored-by: Raynald <raynald@easi-services.fr>
Co-authored-by: Psyray <psyray@users.noreply.github.com>