Similar presentations:
Djnago Website
1.
Djnago Website2.
Why Django?Django is a high-level web framework web
applications using the Python. It
emphasizes rapid development and follows
the DRY principle.
3.
Multipledatabases
4.
5.
6.
Index.html
store.uz
/1/
Items
(db)
7.
Website
8.
Problem Statement• Customers face challenges accessing new car
models from China. The project solves this by
providing a user-friendly platform for browsing
and purchasing new Chinese-made vehicles.
9.
Target Audience• Local car buyers interested in new, affordable
cars imported from China
10.
Limitations of ExistingSolutions
• Local car dealerships often have limited
options on their website. Online platforms lack
of functionality and request a call directly to
the car dealership.
11.
KeyFeatures
12.
CarListing
13.
PriceCalculator
14.
FullInformation
15.
TechnologiesUsed:
•Backend: Django (Python)
•Frontend: HTML, CSS,
JavaScript, Bootstrap
•Database:
PostgreSQL/MySQL
•Version Control: Git
16.
System Architecture /Workflow
17.
• User Interface: Frontend for car browsing,search, and inquiry submission.
18.
• Django Backend:Handles car
listings, user
authentication, and
sales inquiries.
19.
• Database: Stores car data, customer profiles,and inquiries.
20.
Workflow1. Users access the site to view the available
car listings imported from China.
2. Search results are fetched from the database,
allowing users to filter by brand, price, or
features.
3. Users can view detailed car specifications
and submit purchase or inquiry requests.
21.
ProjectRoadmap
22.
23.
• Final Deliverable: A fully functional webstore for browsing and purchasing new cars
imported from China, with an inventory and
sales management.