mirror of
https://github.com/Hopiu/django.git
synced 2026-03-22 00:40:24 +00:00
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. |
||
|---|---|---|
| .. | ||
| apps | ||
| project | ||
| urls | ||
| __init__.py | ||
| models.py | ||
| storage.py | ||
| test_liveserver.py | ||
| tests.py | ||