mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-26 04:43:43 +00:00
## 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:
|
||
|---|---|---|
| .. | ||
| base.txt | ||
| local.txt | ||
| production.txt | ||