django1/django/contrib/staticfiles/management/commands
Vajrasky Kok 7e2d61a972 Fixed #21380 -- Added a way to set different permission for static directories.
Previously when collecting static files, the directories would receive permissions
from the global umask. Now the default permission comes from FILE_UPLOAD_DIRECTORY_PERMISSIONS
and there's an option to specify the permissions by subclassing any of the
static files storage classes and setting the directory_permissions_mode parameter.
2013-11-29 08:01:30 -05: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 #21380 -- Added a way to set different permission for static directories. 2013-11-29 08:01:30 -05:00
findstatic.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
runserver.py More attacking E302 violators 2013-11-02 13:12:09 -07:00