1
0
mirror of https://github.com/django/django.git synced 2025-02-25 01:25:34 +00:00
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-10-10 16:49:20 -04:00
2013-10-10 16:49:20 -04:00
2013-10-10 16:49:20 -04:00
2013-10-10 16:49:20 -04:00
2013-11-02 20:15:40 +01:00
2013-09-15 14:14:26 -04:00
2013-11-07 09:42:25 -05:00
2013-11-09 10:17:17 -05:00