The Ultimate Car Sales Hub
Developer
Public chat
Product Details
Please find a link to the live demo : https://car-zone.onrender.com/
The source code will contain a complete Django project structure, including static files, HTML templates, and database connection setup.
Different modules/apps have it's own different folders and files. So Project structure is very well formatted and easy to follow for everyone.
Below is the folder structure or code of this project
:.
├───.idea
│ └───inspectionProfiles
├───accounts
│ ├───migrations
│ │ └───__pycache__
│ └───__pycache__
├───carapp
│ ├───migrations
│ │ └───__pycache__
│ └───__pycache__
├───cars
│ ├───migrations
│ │ └───__pycache__
│ └───__pycache__
├───carzone
│ └───__pycache__
├───contacts
│ ├───migrations
│ │ └───__pycache__
│ └───__pycache__
├───media
│ ├───car
│ └───carapp
├───static
│ ├───admin
│ │ ├───css
│ │ │ └───vendor
│ │ │ └───select2
│ │ ├───fonts
│ │ ├───img
│ │ │ └───gis
│ │ └───js
│ │ ├───admin
│ │ └───vendor
│ │ ├───jquery
│ │ ├───select2
│ │ │ └───i18n
│ │ └───xregexp
│ ├───css
│ │ └───skins
│ ├───fonts
│ │ ├───flaticon
│ │ │ └───font
│ │ ├───font-awesome
│ │ │ ├───css
│ │ │ └───fonts
│ │ ├───lg
│ │ └───linearicons
│ │ └───fonts
│ ├───img
│ │ ├───avatar
│ │ ├───car
│ │ ├───latest-offers
│ │ └───logos
│ └───js
└───templates
├───account
├───admin
├───cars
└───pages
- Upload Car Data
- Manage Dashboard
- Search Cars
- Send Inquiry
- Google and Facebook Authentication
File Tree
-
📁 The Ultimate Car Sales Hub