django1/django/contrib/staticfiles/management/commands
Alex Morozov 6ca163d7cc Fixed #25784 -- Prevented an exception on collectstatic help
Made the `manage.py help collectstatic` don't fail if the `STATIC_ROOT`
setting is empty.
2015-11-22 20:32:14 +01: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 #25784 -- Prevented an exception on collectstatic help 2015-11-22 20:32:14 +01:00
findstatic.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
runserver.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00