Make migrations and add *.sqlite3 to gitignore
Lint
flake8
Submodule path 'recircle/interface_openstack': checked out '4b7acc4e34ce4ea7d012714ee8c6ef59e65ed364'
$ pipenv run flake8
./recircle/image/views.py:4:1: F401 'django.http.HttpResponse' imported but unused
./recircle/image/views.py:37:1: W293 blank line contains whitespace
./recircle/image/views.py:47:5: E303 too many blank lines (2)
./recircle/image/models.py:104:1: W293 blank line contains whitespace
./recircle/image/models.py:109:1: W293 blank line contains whitespace
./recircle/image/models.py:121:26: W292 no newline at end of file
ERROR: Job failed: exit code 1