Re: redirect to enter page

2009-09-26 Thread Brian McKeever
This should do what you want: http://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.decorators.permission_required On Sep 25, 2:35 pm, Dan Cox wrote: > Django Users, > > I'm pretty new to django so please excuse my ignorance. > > I'd like to redirect users to an "enter" page no m

redirect to enter page

2009-09-25 Thread Dan Cox
Django Users, I'm pretty new to django so please excuse my ignorance. I'd like to redirect users to an "enter" page no matter where they entered the site. The enter page would have the user read/check a disclaimer type of box and then return to the page they were originally going to. Any sugges