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 functionality and make changes to the admin interface
without hacking django code.
and you can set permissions so that all users can log in to the admin
interface, but see only the models they have permission to see.

if you don't want the admin util at all, no problem. you just create
your own "admin" panel as any other django app.

cheers,
ashley

On Feb 1, 11:35 pm, "backdoc" <[EMAIL PROTECTED]> wrote:
> 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 this?  I'm not thinking the
> administrative interface I used in the tutorial is what I want.  I
> don't want users to be able to see such a variety of stuff.
>
> Maybe I'm misunderstanding the utility of the built-in Administrative
> interface I saw in the tutorial.  To me, it looks like something only
> for site administrators, as opposed to end users.
>
> And, while I'm thinking about it.  When creating your own fields in
> the model, is there a password field type?  I found the list of types
> in the documentation, but I couldn't find that.
>
> TIA,
> backdoc


--~--~---------~--~----~------------~-------~--~----~
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