Re: Flatpages variables

2009-04-01 Thread Wiiboy
Oh. Ok, I just read the docs. I'm going to use process_request. Thanks a bunch! --~--~-~--~~~---~--~~ 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.c

Re: Flatpages variables

2009-04-01 Thread Oli Warner
Same principal stands; you'll need to use middleware to check the current user has what they need on their session and interrupt the request if they don't. If that doesn't make sense, read up on what middleware can do for you. On Wed, Apr 1, 2009 at 4:47 PM, Wiiboy wrote: > > Sorry, should've p

Re: Flatpages variables

2009-04-01 Thread Wiiboy
Sorry, should've pointed out: I'm not using Django's user system, because I've got a PHP forum that I have to integrate with. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group

Re: Flatpages variables

2009-04-01 Thread Rajesh D
On Apr 1, 2:30 am, Wiiboy wrote: > Hi, > I've got a site where users must be logged in to view any pages. > Logged in users may write articles for the newsletter, and upload > them.  I then convert the article to HTML (manually), and make it > available for other users.  I'd like make them avai

Flatpages variables

2009-03-31 Thread Wiiboy
Hi, I've got a site where users must be logged in to view any pages. Logged in users may write articles for the newsletter, and upload them. I then convert the article to HTML (manually), and make it available for other users. I'd like make them available on flatpages, but I have to be able to c