part of the Django app, if they are signed in.
The pages below that URL are just static directory listings of PDFs
all handled by Apache.
For example /books/book_1, /books/book_2, etc.
Because these directory listings aren't handled by Django, they don't
enjoy Django's access controls. They don't even have a view since
they are just static pages handled by Apache.
Is there any way to somehow prevent access to them unless someone is
signed into my Django app?
chris
--
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