Re: noobie first project

2007-02-02 Thread [EMAIL PROTECTED]
Sounds like you need to extend the auth_user. If I were you I'd look at Jeff Croft's Lost Theories source, as that does what you need to do. Also, I think James Bennett wrote an article on it over on b- list.com On Feb 2, 3:29 am, "ashwoods" <[EMAIL PROTECTED]> wrote: > first place to look is h

Re: noobie first project

2007-02-02 Thread ashwoods
first place to look is here: http://www.djangoproject.com/ documentation/ :) and for your special case: http://www.djangoproject.com/documentation/ authentication/ you can use the admin site for users, of course its not a full blown cms, (it's not supposed to either). but you can add functional

noobie first project

2007-02-01 Thread backdoc
I made it through the tutorial, finally :). Now, I want to attempt my first semi-real project (outside of the tutorial). I'm going to require registration to my site. Therefore, I will need some way to authenticate users. Is there something built- in that I'm supposed to be able to use for thi