Skip to main content

Batteries included private media integration in Django

Project description

============================================
Django-privates - private media integrration
============================================

Django-privates makes it easy to work with login-protected ``FileField``s,
all the way through your application.

:Version: 1.0
:Source: https://github.com/sergei-maertens/django-privates
:Keywords: django, media, private, storage
:PythonVersion: 3.4, 3.5, 3.6
:DjangoVersion: 1.11, 2.0

|build-status| |requirements| |coverage| |docs|

.. contents::

.. section-numbering::

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,...)


Installation
============

Install
-------

.. code-block:: bash

pip install django-privates

And then add ``privates`` to your ``INSTALLED_APPS`` for admin integration (
template discovery):

.. code-block:: python

INSTALLED_APPS = [
...,

'privates',

...
]


.. |build-status| image:: https://travis-ci.org/sergei-maertens/django-privates.svg?branch=develop
:target: https://travis-ci.org/sergei-maertens/django-privates

.. |requirements| image:: https://requires.io/github/sergei-maertens/django-privates/requirements.svg?branch=develop
:target: https://requires.io/github/sergei-maertens/django-privates/requirements/?branch=develop
:alt: Requirements status

.. |coverage| image:: https://codecov.io/gh/sergei-maertens/django-privates/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/sergei-maertens/django-privates
:alt: Coverage status

.. |docs| image:: //readthedocs.org/projects/django-privates/badge/?version=latest
:target: https://django-privates.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. _sendfile: https://pypi.org/project/django-sendfile2/


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-privates-1.0.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

django_privates-1.0-py2.py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page