About Verbosity in Scripting
In shell scripting use the extended format of parameters if you don't want to read the manual again in half a year, e.g
$ pg_dump --format=c --compress=9 --file=myproject.backup myproject
instead of
$ pg_dump -f c -Z 9 -f myproject.backup myproject
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You