miracle2k / django-assets

Django webassets integration.
BSD 2-Clause "Simplified" License
89 stars 79 forks source link

Fix the case when Django template actually uses booleans #28

Closed rassie closed 10 years ago

rassie commented 10 years ago

using debug=settings.DEBUG in the asset definition in template actually uses a boolean, which fails to convert to lower case.

miracle2k commented 10 years ago

Thanks.