Re: beginner . problem simple form.

2016-08-30 Thread Jordi Fernandez
console no message, I see in one second what form search in bad url , bad because I want to the same view.(url) It's search in http://127.0.0.1:8000/crearasistenciaclasse/crearasistenciaclasse this is incorrect the correct is http://127.0.0.1:8000/crearasistenciaclasse El diumenge, 21 ago

Re: beginner . problem simple form.

2016-08-30 Thread Jordi Fernandez
the second is a comment El dimarts, 30 agost de 2016 18:56:39 UTC+2, Jordi Fernandez va escriure: > > > yes , we are test > El dilluns, 22 agost de 2016 22:38:39 UTC+2, ludovic coues va escriure: >> >> The second form tag is in an html comment. Everything inside >> won't be rendered. >> >> 201

Re: beginner . problem simple form.

2016-08-30 Thread Jordi Fernandez
yes , we are test El dilluns, 22 agost de 2016 22:38:39 UTC+2, ludovic coues va escriure: > > The second form tag is in an html comment. Everything inside > won't be rendered. > > 2016-08-22 14:31 GMT+02:00 Vijay Khemlani >: > > > Also, why do you have two form tags in your html? > > > > On

Re: beginner . problem simple form.

2016-08-22 Thread Andromeda Yelton
Is 'dojo.views.reportaralumnos' an appropriate argument for redirect()? See https://docs.djangoproject.com/en/1.10/topics/http/shortcuts/#redirect - it's looking for the name of a URL or the actual callable view object (such as you might feed to reverse() - https://docs.djangoproject.com/en/1.10/re

Re: beginner . problem simple form.

2016-08-22 Thread ludovic coues
The second form tag is in an html comment. Everything inside won't be rendered. 2016-08-22 14:31 GMT+02:00 Vijay Khemlani : > Also, why do you have two form tags in your html? > > On Sun, Aug 21, 2016 at 10:40 AM, ludovic coues wrote: >> >> Do you have any message in the console where you run "p

Re: beginner . problem simple form.

2016-08-22 Thread Vijay Khemlani
Also, why do you have two form tags in your html? On Sun, Aug 21, 2016 at 10:40 AM, ludovic coues wrote: > Do you have any message in the console where you run "python manage.py > runserver" ? > > 2016-08-21 12:16 GMT+02:00 Jordi Fernandez : > > hi, > > > > I have my firts application django it'

Re: beginner . problem simple form.

2016-08-21 Thread ludovic coues
Do you have any message in the console where you run "python manage.py runserver" ? 2016-08-21 12:16 GMT+02:00 Jordi Fernandez : > hi, > > I have my firts application django it's fine. . But! I have a problem with a > simple form. I think this is a problem the my experience of all entorn ( > htm