Creating a simple website with the Django framework Part-2 || Madhu Sir || Leela Soft Technologies

Опубликовано: 04 Ноябрь 2024
на канале: Leela Soft
127
17

#Django #Python #Java #Madhu
Python is a programming language that lets you work more quickly and integrate your systems more effectively.

Backend Web Development Framework
Freeware and Open Source
It was completely developed by using Python Lang.
It is maintained by DSF (Django Software Foundation)
DSF is a non-commercial organization
Website: www.djangoproject.com

Design Pattern:
MVT
Model:
View: Business Logics (Takes the req and provide the res.)
Template:

Types of Views:
1.Funcation Based Views
2.Class Based Views

Installation Modules:
pip install django==1.11.5
pip install mysqlclient==1.3.12
pip install pillow
pip install opencv-python==3.1.0.5