I too was in your position. I am fairly new to Django and was getting
very frustrated with the docs. They tell me to just do something and
left it at that. I then went to the django docs on the djangoproject
website and discovered that everything I needed was there. I was just
searching the wrong places. Give the IRC chat logs a look. Search
through them. It's almost a guarantee that what you are doing has
already been done and someone already asked for help on it. I
practically never ask for help anymore unless I am truly stuck.

Steve

On 11/24/08, ReneMarxis <[EMAIL PROTECTED]> wrote:
>
> 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