Sunday, July 31, 2011

Re: How control access to static pages that are *not* part of a Django app?

I'm dealing with the same issue, and it looks like I'm probably going to
adopt django-private-files for this.

http://pypi.python.org/pypi/django-private-files/0.1.2

It's on Read The Docs, bitbucket, and github. It does what I need it to
do, it works with nginx, and it's been maintained recently.

The closest competitor I found is django-protected-files, but it doesn't
look like it's been maintained for a long time.

Shawn


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment