Django

An introduction to Django Forms

Django Forms are a way to accept user input as text, images, or files from the web frontend. The straightforward example of forms that we came across was the Django admin site’s login page. Admin site took input text “username” and an input text “password” from us.  There are two ways to use forms on […]

An introduction to Django Forms Read More »