django-private-media icon indicating copy to clipboard operation
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.

Results 5 django-private-media issues
Sort by recently updated
recently updated
newest added

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

X-Accel-Redirect requires a url to an internal location not full path.