Django framework

Django is a web framework which uses Python as programming language. With reusable and pluggable components, it became easy and fast for development and deployment of data driven websites.


It's free and open source.
BasicsInstallation and creating pojects using Django
FormForm to collect user intered data and displaying
URLCollecting data from URL
For LoopDisplaying data by looping using Django
AdminAdmin interface for managing users and tables
static filesAdding JQuery and Bootstrap to static files
MySQL()Installing mysqlclient and connecting to framework
InsertAdding records to MySQL tables using web form
MultipleAdding multiple records to MySQL tables from a list
DisplayDisplaying records from MySQL tables

Model Template View ( MTV )

Django uses Model Template View (MTV) Architecture and we can separate the three important areas of the web framework. It became easy for the teams to work on different parts of a complex project.

Model : We will handle our database by using Model. We declare our class here to manage data tables.

Template : We keep our user interface ( UI ) here. Take the input data or display the outcome of a transaction here.

Views : Views remains between our Model and Template ( UI ) . The main job is to handle business logics of our project.
Subhendu Mohapatra — author at plus2net
Subhendu Mohapatra

Author

🎥 Join me live on YouTube

Passionate about coding and teaching, I publish practical tutorials on PHP, Python, JavaScript, SQL, and web development. My goal is to make learning simple, engaging, and project‑oriented with real examples and source code.



Subscribe to our YouTube Channel here



plus2net.com



28-12-2020

how to display only one record....can you tell me




Python Video Tutorials
Python SQLite Video Tutorials
Python MySQL Video Tutorials
Python Tkinter Video Tutorials
We use cookies to improve your browsing experience. . Learn more
HTML MySQL PHP JavaScript ASP Photoshop Articles Contact us
©2000-2025   plus2net.com   All rights reserved worldwide Privacy Policy Disclaimer