Merge branch 'logging' into 'DEV'
Logging See merge request !10
Lint
flake8
Alternatively, run a command inside the virtualenv with pipenv run.
$ git submodule sync --recursive
Synchronizing submodule url for 'recircle/interface_openstack'
$ git submodule update --init --recursive
$ pipenv run flake8
./recircle/recircle/settings/local.py:1:1: F403 'from .base import *' used; unable to detect undefined names
./recircle/recircle/settings/local.py:8:10: F405 'LOCAL_APPS' may be undefined, or defined from star imports: .base
./recircle/recircle/settings/local.py:9:5: F405 'LOGGING' may be undefined, or defined from star imports: .base
ERROR: Job failed: exit code 1