We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This has niggled me in the past, but then the Pillow security upgrade made me think of it.
Can the following just be {% if cookiecutter.django_type == 'cms' %} I don't understand why the image stuff is included for normal django.
{% if cookiecutter.django_type == 'cms' %}
{% if cookiecutter.django_type == 'cms' or cookiecutter.django_type == 'normal' %} easy-thumbnails==1.4 pillow==2.3.1 image_diet==0.7.1 {% endif %}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This has niggled me in the past, but then the Pillow security upgrade made me think of it.
Can the following just be
{% if cookiecutter.django_type == 'cms' %}
I don't understand why the image stuff is included for normal django.The text was updated successfully, but these errors were encountered: