#34190 closed New feature (wontfix)

Add a dump and die function to Django

Reported by: lucianboboc Owned by: nobody
Component: Utilities Version: 4.1
Severity: Normal Keywords: feature request, development
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'm new to Django and i've noticed it does not have a dd (dump and die) function similar to Laravel.
The community have created this amazing package https://pypi.org/project/django-dump-die/0.1.5/ which does exactly that but for every new project this needs to be integrated.
It would be great to have something like this part of the Django framework as it can be very useful for development.
Thank you in advance,

Change History (1)

comment:1 by Mariusz Felisiak, 17 months ago

Resolution: wontfix
Status: newclosed

Thanks for this ticket, however it's not something that needs to be built into Django itself. 3rd party package seems to be the best place for such a feature.

You can raise the idea on the DevelopersMailingList to reach a wider audience and see what other think. Please follow the triaging guidelines with regards to wontfix tickets.

Note: See TracTickets for help on using tickets.
Back to Top