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/
Showing
... | ... | @@ -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 |
Please
register
or
sign in
to comment