Best will be if you make Useraccount model that will inherit from User, add
field formsets_passed = BooleanField(initial = False)

The reason why i think this is better idea is, user might leave the page
before finishing the aditional forms. That way, next time it will be second
login and you will be able to show them again.

On Wed, May 19, 2010 at 11:05 PM, Nick <nickt...@gmail.com> wrote:

> I'm trying to figure out a way to see if it is a users first time
> logging in after registering on the site. If it is then I will pass
> them through some formsets, otherwise I let them go to their profile
> page.
>
> I tried using date_joined == last_login but that doesn't work, as the
> last login date changes the second you log in.
>
> Anyone ever done anything like this?
>
> Any thoughts?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
--
Dejan Noveski
Web Developer
dr.m...@gmail.com
Twitter: http://twitter.com/dekomote | LinkedIn:
http://mk.linkedin.com/in/dejannoveski

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to