Use the WSGIAccessScript Directive to secure static files based on the Django session
Add this to your apache config: `<Directory /path/to/media> WSGIAccessScript /path/to/access.wsgi </Directory>` Save the snippet as access.wsgi. Set up the paths, and do some authorization checking.
- django
- apache
- mod_wsgi
- secure static files