mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-16 00:03:11 +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:
|
||
|---|---|---|
| .. | ||
| settings | ||
| __init__.py | ||
| urls.py | ||
| wsgi.py | ||