kele schrieb:
> i just try to make my first authenticate codes . but while in the
> line
> '      login(request, v) '   , i got this  runtime error  , and
> 'maximum recursion depth exceeded'.
>
> but i do not have any loop there  . why ??? help .
>
>   
you call login() inside login():

> def login(request ,template_name):
>   
...

>                                         login(request, v)
>   

I guess you mean user.login()

HTH,
  Thomas


-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


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