heroku-python / dj-static

DEPRECATED - use WhiteNoise instead!
http://kennethreitz.org/introducing-dj-static/
BSD 2-Clause "Simplified" License
512 stars 71 forks source link

Added an ignore debug flag #33

Closed gone closed 10 years ago

gone commented 10 years ago

Here's the use case for this - I have a staging server that uses django-pipeline.

I want to have debug running in the case of code errors, but I also want to test pipeline. With pipeline's turned on, the default static handling won't work so the debug_cling won't work. So to get both Django's debug turned on and pipeline working at the same time, I need a way to have cling work as normal despite django's debug status.

kennethreitz commented 10 years ago

+1, thanks!