mirror of
https://github.com/Hopiu/django.git
synced 2026-03-21 08:20:30 +00:00
Previously, when collecting static files, the files would receive permission from FILE_UPLOAD_PERMISSIONS. Now, there's an option to give different permission from uploaded files permission by subclassing any of the static files storage classes and setting the file_permissions_mode parameter. Thanks dblack at atlassian.com for the suggestion. |
||
|---|---|---|
| .. | ||
| apps | ||
| project | ||
| urls | ||
| __init__.py | ||
| models.py | ||
| storage.py | ||
| test_liveserver.py | ||
| tests.py | ||