Anything wrong with adding a flag to the profile model? If the flag is not set, show the profile stuff?
It keeps all the profile management in one model. The "flag" could even be a timestamp, so you could show the prompt again, if after X time the user has not added anything to their profile. On May 19, 2010, at 2:05 PM, Nick 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. > For more options, visit this group at > http://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.