ixc / ixc-django-docker

Scripts and config files that make it easier to run Django projects consistently with and without Docker.
5 stars 1 forks source link

Settings bootstrap process is noisy #8

Open markfinger opened 6 years ago

markfinger commented 6 years ago

The settings bootstrap spams out a bunch of noise (twice in dev envs due to the server running as a sub process).

BASE_SETTINGS:
  base.py
  compressor.py
  logentries.py
  storages.py
  whitenoise.py
PROJECT_SETTINGS:
  project_settings.py
  local.py
LE:

Can we change it to a single line out text?