fixes those small linting issues that should not be in this template.
``users/models.py`` F401 warnings are intentionally left for
convenience in future coding.
some changes to pass flake8 linting. added setup.cfg for flake8
configuration. Ignoring E265 can be added to this file because
config/settings.py is flooded with this error. After #105 gets
merged it'll be OK.