We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Before you commit, you should check and fix coding style to make code consistent and readable.
# cd to project root dir $ flake8 --first .
git commit
# install git pre commit hook $ flake8 --install-hook $ git config flake8.strict true
git commit will fail if the code can't pass coding style check.
$ python manage.py makemigrations $ python manage.py migrate
$ python manage.py shell
see more detail