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" <nun...@gmail.com> 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 . won*dering 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-users@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-users@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