Django 2 for Beginners #25 Pass data from template to views

preview_player
Показать описание
Welcome to Django 2 for Beginners series!
In this video,we will learn to pass data from template to views.. Check out below for Python and Django Cheatsheets .In the coming videos, we will actually learn Django by building this contact manager web application project.

Python Cheatsheets:

Django Cheatsheet:

Templates & Static Files for the course:

Project Repo:

So subscribe to stay tuned for coming videos!
Рекомендации по теме
Комментарии
Автор

How to pass string from html to only one function in views.py, if you will click a button then it should send one string and if you press another button it has to send some other string to that one function in views.py

TheBikerPie