This should be really easy. Google something like "extending user profile" with user being a foreign key to your model. The you can grab the use from the request in you view and get the info from db and just spit it out on the screen.
M
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Ffs1FOqrQXoJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
This should be really easy. Google something like "extending user profile" with user being a foreign key to your model. The you can grab the use from the request in you view and get the info from db and just spit it out on the screen.
M
On Jul 13, 2012 11:58 AM, "psychok7" wrote:
i there,i am trying to write a dashboard page to present after user login. i have been searching google and only found django-admin-tools . wondering if there is something like that for a user profile page (tried django-profiles with no luck)thanks--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Ffs1FOqrQXoJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/yV7nvPuQNMQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5c1ccc8d-e4f0-4e0a-b663-6903ec2c5c5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
yes i understand that, but i am asking if there is a pluggable app that does that for us with some jquery and stuff.as i said theres is django-profiles, but i think its poorly documented and i am not able to figure it out