1
0
mirror of https://github.com/django/django.git synced 2025-10-27 23:56:08 +00:00
Files
django/django/core/files
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
..
2013-11-03 10:08:55 -08:00
2013-11-03 10:08:55 -08:00
2013-11-02 13:12:09 -07:00
2013-11-03 10:08:55 -08:00
2013-11-03 03:22:11 -06:00