python - Django runserver, and s3boto backend -


django's "manage.py runserver" has wonderful ability magically gather altered css, js, , image files it's running. makes save changes-reload cycle incredibly fast when doing front-end development (css especially). it's wonderful.

however, we've moved heroku recently, , installed django-storages s3boto handle static files. works wonderfully too. however, "manage.py runserver" no longer automatically showing updated files. have run "manage.py collectstatic" -- works, adds step, , slows down development while wait collectstatic step upload files s3.

is there way old behavior of runserver back, while keeping django-storages?


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -