cookiecutter-django/{{cookiecutter.project_slug}}/requirements
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
..
base.txt Test all possible template combinations (#1993) 2019-04-01 08:47:46 +01:00
local.txt Update sphinx from 1.8.5 to 2.0.0 2019-03-29 11:00:31 +00:00
production.txt Update sentry-sdk from 0.7.7 to 0.7.8 2019-03-26 11:00:32 +00:00