Commit c2c75ac8 authored by Satan's avatar Satan
Browse files

fix PRIVATE_STORAGE_AUTH_FUNCTION path, fixes #6

parent 11e015dd
...@@ -35,7 +35,7 @@ Add to the settings: ...@@ -35,7 +35,7 @@ Add to the settings:
) )
PRIVATE_STORAGE_ROOT = '/path/to/private-media/' PRIVATE_STORAGE_ROOT = '/path/to/private-media/'
PRIVATE_STORAGE_AUTH_FUNCTION = 'apps.utils.private_storage.permissions.allow_staff' PRIVATE_STORAGE_AUTH_FUNCTION = 'private_storage.permissions.allow_staff'
Add to ``urls.py``: Add to ``urls.py``:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment