• Vajrasky Kok's avatar
    Fixed #21380 -- Added a way to set different permission for static directories. · 7e2d61a9
    Vajrasky Kok yazdı
    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.
    7e2d61a9
Adı
Son kayıt (commit)
Son güncelleme
..
apps Loading commit data...
project Loading commit data...
urls Loading commit data...
__init__.py Loading commit data...
models.py Loading commit data...
storage.py Loading commit data...
test_liveserver.py Loading commit data...
tests.py Loading commit data...