Provides private media file storage for Django projects, allowing files to be served only to authenticated users with permission checks. Version 3.1.3 is current. Release cadence is irregular.
pip install django-private-storageVerified import paths — ran on the pinned version, not inferred.
Add to INSTALLED_APPS, configure root and auth function, then use PrivateStorage as the storage backend.
Set the auth function explicitly in Django settings.
Use `from private_storage.storage.filesystem import PrivateStorage` as the storage class.
Use `from private_storage.storage.filesystem import PrivateStorage`.