You are on page 1of 13

INTERNSHIP

PROGRESS
IN WEB DEVELOPMENT

BY :- POOJA
4DM19CS036
CONGNITIVE SOLUTIONS
Established in 2010 & 10+ Years of excellence service in Client
Project development (software development) as well as Internship
Program for Students and Employees. India's Top & No.1 Internship
Program Organization is providing training by Industry Experts. The
trainers are working on real-time projects in the software industry,
and the interns are trained by the software engineers with the latest
technologies.
WEB DEVELOPMENT IN PYTHON(DJANGO-
FULL STACK)

Frontend - HTML, CSS, JAVASCRIPT


Backend - Python Framework , MySQL

Tools used
• Visual Studio Code
• XAMPP
DJANGO FRAMEWORK

 Django is a high-level Python web framework that encourages


rapid development and clean, pragmatic design.
 It is maintained by Django Software Foundation (DSF), an
independent organization based in the US.
 It was created in the fall of 2003 when the web programmers at
the Lawrence Journal-World newspaper, Adrian and Simon Willson
Django follows the MVT (Model View Template) pattern
which is based on the Model View Controller architecture.
Model
A model provides the interface for the data stored in the Database. It is
responsible for maintaining the data and handling the logical data structure for the
entire web application.
Template
A template contains the static parts of the desired HTML output as well as
some special syntax describing how dynamic content will be inserted(Django
Template Language (DTL).)
View (Controller)
It acts as a bridge between Models and Templates. The view is where you
actually write code that generates web pages
WEEK 1 and WEEK 2

Topics Covered
 To create Simple HTML page to study
the connection of Django and HTML.
To Create Tables and Perform basic
operation such as Create, Update,
Delete and Add records.
WEEK 3 and WEEK 4
Topics Covered
 Adding CSS to the page for styling of page.
 Using of Bootstrap 4 which is HTML, CSS and JavaScript framework and toolkit , using which
one can build fully responsive website.

PROJECT- Ecommerce Site
 eCommerce site project in Python Django focuses mainly on dealing with
online shopping, and order management.
 The system displays all the available products.
 The system allows managing customer records. Evidently, this project is
divided into two categories: Customer, and Admin Panel.
 Just like every other eCommerce website, this one has also got a cart
system. This allows the customers to add a number of products to their cart
before checking out.
Features Included:
•Client-Side Interaction
•Admin Panel
•Customer Registration
•Add to Cart System
•Search Products
•Simple Payment Structure
•List OrdersTrack Orders
•Download Invoice (PDF)
•View/Update ProfileOrder Management
THANK YOU

You might also like