django-extensions – display sql query in shell_plus
Small Django tip of the day. I use django-extensions as dev dependencies of all my project. Among the useful command, I use shell_plus which colorify …
Each week, I share a technical trick that I learned
Small Django tip of the day. I use django-extensions as dev dependencies of all my project. Among the useful command, I use shell_plus which colorify …
I recently install django-extensions, ptpython and django-browser-reload packages on a project, it is convenient packages to Django developer. Installation install it with pip: or reference …