Commit d3c38d50 by David Evans

Update WhiteNoise version

The new version automatically picks up changes to files when `DEBUG = True` .

This doesn't make any difference if you're using `runserver` as that overrides the static
file handling anyway, but for people using gunicorn in development it can be frustrating.
See e.g. http://stackoverflow.com/questions/31911496/
parent 4e9228ca
......@@ -4,4 +4,4 @@ django-postgrespool==0.3.0
gunicorn==19.3.0
psycopg2==2.6
SQLAlchemy==1.0.4
whitenoise==1.0.6
whitenoise==2.0.2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment