miracle2k / django-assets

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

Default ASSET_DEBUG to the django DEBUG value if not set #67

Open owad opened 8 years ago

owad commented 8 years ago

Lack of ASSET_DEBUG in the settings causes some confusion later, so I set the flag to the django's DEBUG value if it's not defined.