tlee0058 / Django_FORMS

Django forms basically auto-generate your HTML for your form for you, based on a variable’s models.fieldType. You can then pass an instance of this class (which is the HTML) to your views.py file and, through your context variable, pass the form to your templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django_FORMS

Django forms basically auto-generate your HTML for your form for you, based on a variable’s models.fieldType. You can then pass an instance of this class (which is the HTML) to your views.py file and, through your context variable, pass the form to your templates

About

Django forms basically auto-generate your HTML for your form for you, based on a variable’s models.fieldType. You can then pass an instance of this class (which is the HTML) to your views.py file and, through your context variable, pass the form to your templates


Languages

Language:Python 95.6%Language:HTML 4.4%