django/tests/staticfiles_tests
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
..
apps Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
project Fixed #18986 -- Improved error message for missing files 2013-04-28 16:45:05 +02:00
urls Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
storage.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
test_liveserver.py Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
tests.py Fixed #21380 -- Added a way to set different permission for static directories. 2013-11-29 08:01:30 -05:00