> <form method="post" action="myApp/login/">
> Enter Username: <input type=text name="username">
> Enter Password: <input type=password name="username"/>
> <input type="submit" Value="Login"/>

You've duplicated 'username' there - it might be your problem (though
it seems unlikely actually).  Also make sure there isn't any
redirection going on.  You can check easily if you are running the
development server by looking at the output on the console.

Also, just to mention on the *args and **kwargs front - you don't
actually have to modify that bit in the example given in the docs.  The
*args and **kwargs are real syntax, not meta-syntax that you have to
replace.

Luke


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

Reply via email to