django-configurations/.gitignore
Daniel Hahler 8f199eb40c _setup: do not call django.setup() if settings are configured already
Without this, using `configurations.setup()` after Django has been setup
already re-triggers the logging configuration, which then causes e.g.
pytest's caplog to not work anymore.
2018-08-16 17:04:50 +02:00

13 lines
130 B
Text

.coverage
coverage.xml
sitecustomize.py
docs/_build
*.egg-info
*.egg
test.db
build/
.tox/
htmlcov/
*.pyc
dist/
tests/docs/_build/