Batteries included private media integration in Django
Project description
Django-privates makes it easy to work with login-protected FileFields, all the way through your application.
- Version:
1.0.1
- Source:
- Keywords:
django, media, private, storage
1 Features
Default private media storage, configurable via settings
Model field using the default storage
Easy admin integration
File serving through sendfile (supports nginx, apache, runserver,…)
2 Installation
Install
pip install django-privates
And then add privates to your INSTALLED_APPS for admin integration ( template discovery):
INSTALLED_APPS = [
...,
'privates',
...
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_privates-1.0.1.post0-py2.py3-none-any.whl.
File metadata
- Download URL: django_privates-1.0.1.post0-py2.py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08032d3b4a95a388ad6fc7165e2dc1ab4b2d873127bf45c62c6f578e3c2efa14
|
|
| MD5 |
2a330ddf29c07e5175595e117eaca7ff
|
|
| BLAKE2b-256 |
82180be4b788c9ab537a3d8bfd730482571284b01799c2349295a0589270684f
|