On Mon, 2011-04-04 at 08:33 -0700, hank23 wrote:
> I'm trying to understand the authentication built-in to django and
> have some questions. Since the built-in authentication seems to
> provide many if not all of the forms and views needed, then do I need
> to code anything but calls to those views, from my own views, which
> will pass the various bits of information needed by them? if this is
> so then do I even need to worry about coding login.html, or the
> base.html, which are referenced in the documentation, to be able to
> use the built-in authentication? Thanks for the help. 

all you need to do is copy all the templates to a directory called
'registration' under your templates directory and do whatever style
modifications you want. The views will work automatically.
-- 
regards
KG
http://lawgon.livejournal.com
Coimbatore LUG rox
http://ilugcbe.techstud.org/

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