django-private-media
django-private-media copied to clipboard
Private media for Django. Check the user's authorization before serving files at PRIVATE_MEDIA_URL, uploaded to PRIVATE_MEDIA_ROOT.
from django.conf.urls import patterns breaks with Django 1.10 due to the depreciation of patterns. This request is to make django-private-media Django 1.10 compliant.
The master branch is now Django 1.9 compatible, based on a recent commit related to importlib. However it would be great if you could bump the version number and release...
In addition to Bit's fix.
X-Accel-Redirect requires a url to an internal location not full path.