django-antipatterns
django-antipatterns copied to clipboard
A set of (anti)patterns found over the years.
I found (also after digging a lot of SO posts) that the [(commit=false)](https://www.django-antipatterns.com/antipattern/using-commit-false-when-altering-the-instance-in-a-modelform.html) is in fact "suggested" by the official django docs https://docs.djangoproject.com/en/dev/topics/forms/modelforms/#the-save-method:~:text=%3E%3E%3E%20new_author%20%3D%20f.save(commit%3DFalse) Would be the case to expand a...
Can you provide a documentation to describe how to run this project on local machine? I want to add some frontend fixes If I can run.