Re: How to deny access to a logged user directly to a specific URL

2014-10-17 Thread Kelvin Wong
Have you reviewed this? https://docs.djangoproject.com/en/1.6/ref/contrib/formtools/form-wizard/ K On Friday, October 17, 2014 10:08:08 AM UTC-7, Martin Torre Castro wrote: > > Hello, > > at my project we need some sort of system for allowing/denying some access > to an URL. > > The example, w

Re: How to deny access to a logged user directly to a specific URL

2014-10-17 Thread Carl Meyer
Hello Martin, On 10/17/2014 11:08 AM, Martin Torre Castro wrote: > at my project we need some sort of system for allowing/denying some > access to an URL. > > The example, we want to make some kind of wizard. > > 1. The user inputs the first object at the the first screen (A screen), > and

How to deny access to a logged user directly to a specific URL

2014-10-17 Thread Martin Torre Castro
Hello, at my project we need some sort of system for allowing/denying some access to an URL. The example, we want to make some kind of wizard. 1. The user inputs the first object at the the first screen (A screen), and then he press "Continue". 2. Now we get the data and redirect to