SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
Change 'python3 -v' to 'python3 --version' in the README
'python3 -v' opens the Python interpreter and increases log verbosity, while 'python3 --version' displays the version and exits
'python -V' serves the same purpose as noted here https://stackoverflow.com/a/8917907/1048291 and a comment specifies "not to be confused with python -v (lowercase v) which increases the logging verbosity"