django1/django/contrib/staticfiles/management/commands
Berker Peksag 28bcff82c5 Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implement path(). 2016-03-17 09:49:57 -04:00
..
__init__.py Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. 2010-10-20 01:33:24 +00:00
collectstatic.py Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implement path(). 2016-03-17 09:49:57 -04:00
findstatic.py Used call_command return value in staticfiles tests 2016-02-23 09:12:12 +01:00
runserver.py Refs #26315 -- Cleaned up argparse options in commands. 2016-03-05 13:19:29 -05:00