Monday, August 1, 2011

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

On Aug 1, 7:11 am, DrBloodmoney <drbloodmo...@gmail.com> wrote:
> You can look into protecting them with mod_xsendfile for Apache

Thanks. I'll look into that. Is there no way to have a view hand off
a page to Apache?
If there was, I could have a view that was password protected and only
when I was in the view would I allow the apache page to be served.

Alternatively, the view could simply load a static file and present
that I suppose somehow. Not sure.

cs

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