Django Forms I

preview_player
Показать описание
Introduction to django forms
Рекомендации по теме
Комментарии
Автор

Someone asked about rendering parts of a form on their HTML:
e.g.
{{ }}
{{ myregistrationforms.password }}

And yes, there are properties of the form instance such that you can render just the desired widget.

karmafuel
Автор

If you have two submit buttons how would you check which one has been triggered?

ani
Автор

NameError: name 'form' is not defined.

"I'm getting this error, even though i import forms "

ahsan
Автор

Hi Mike, is there a second part of this video? I followed this tutorial exactly and was able to build the form page but after I enter the User info and click Register I get a Http 404 error.

Using the URLconf defined in formfun.urls, Django tried these URL patterns, in this order:
1. ^admin/
2. ^ ^$ [name='index']
The current path, {url 'index'}, didn't match any of these.

How can I fix this? Help..

diveysaini