Luke Plant wrote: > > <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.
thats right, I corrected that , as that was a copy from a previous attempt. but still I get the same error message. I am running the development server. I know little about its limitations though. > 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 thanks for that, and THANKS Eric for all those examples, YES they help! for my POST method and GET problem, I havent got a clure either! You just made me notice that! :( --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---