cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Bruno Alla 4e70a4b55a
Test all possible template combinations (#1993)
## Description

Fixes #591.

## Rationale

We are currently not testing many combinations, we run Flake8 on the generated project with default options, but that rarely catch any issues.

## Use case(s) / visualization(s)

Catch problems with invalid combinations, for instance, it fails due to Whitenoise breaking flake8 with `django-compressor` because `STATIC_URL` was undefined here:

b91c70d755/%7B%7Bcookiecutter.project_slug%7D%7D/config/settings/production.py (L185)
2019-04-01 08:47:46 +01:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Test all possible template combinations (#1993) 2019-04-01 08:47:46 +01:00
local.py Run Black on Travis (#1957) 2019-03-18 17:49:43 +00:00
production.py Test all possible template combinations (#1993) 2019-04-01 08:47:46 +01:00
test.py Run Black on Travis (#1957) 2019-03-18 17:49:43 +00:00