Tuesday, October 11, 2011

Re: Django - how to create a private subpage?

That line (p = ...) is in a view, right?

It will probably want to be:

    p = Publisher.objects.filter(status='p', pub_type='private_gallery', user_gallery=request.user).order_by('-id')

Matt.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/3cHEiVe8eecJ.
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