I am, but I'm not opposed to custmizing one. This part of the project
will undoubtedly get bundled as a reusable registratioon and login app
for other projects so it doing what I'd like it to do is more
important than convenience.

On May 19, 5:23 pm, Dejan Noveski <dr.m...@gmail.com> wrote:
> Do you use the generic login view?
>
>
>
>
>
> On Thu, May 20, 2010 at 12:16 AM, Nick <nickt...@gmail.com> wrote:
> > I have an expanded user form right now. Here is the sign up process.
>
> > user registers using username, email, password
>
> > It sends and activation link to that email.
>
> > User clicks on the link and they are activated
>
> > User logs in
>
> > Here is where I would like the extended profile to pop up the first
> > time. When they pass through the login screen to their home page (each
> > user has a home page with a selection of different actions).
>
> > I can kind of see where you are going with what you have, I'm adding a
> > field to check to make sure the forms are finished?
>
> > I'm not too worried about users not filling out the profile, this is a
> > site built for submitted obituaries and the users will be funeral
> > homes so filling out the form is a necessary part of their job. I just
> > want to know how to make it really obvious to them the first time they
> > login.
>
> > On May 19, 4:36 pm, Dejan Noveski <dr.m...@gmail.com> wrote:
> > > 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...@google
> > > >  groups.com>
> > <django-users%2bunsubscr...@google groups.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<django-users%2bunsubscr...@google 
> > groups.com>
> > .
> > > For more options, visit this group athttp://
> > groups.google.com/group/django-users?hl=en.
>
> > --
> > 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...@google 
> > groups.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 
> athttp://groups.google.com/group/django-users?hl=en.

-- 
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