hi

as mentioned earlyer today i am very new to django and againe have
some question, this time reguarding the documentation.

I started django by duing the tutorial, and now i started building my
own little project from ground up :) but i am lacking of information.
I am missing some documentation, some good organised api.

E.g. i want to implement AUTH_PROFILE_MODULE to store additional infos
on the user. The documentation from http://docs.djangoproject.com says
"define that in settings.py and in your model and use it via
get_profile" But no one tells you that you have to create it by
yourself and save it also. Ok this is something you can try out but
the information would be placed good on the doc side.

Also i'd like to implement groups in my app. The only infomation on
the site is, that you can use groups and all users of one group have
the permissions of the group. Thats all. There is no description on
how/where to specify groups, how to create then, how to add users to
one group ... I'l have to find everything by myself on google..

Can anyone give me some link to one good documentation or do there
exist good books which cover issue's completly so you don't have to
search most time while learning?

_tia


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to