The Ultimate Car Sales Hub
Desenvolvedor
Chat público
Detalhes do produto
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
Árvore de arquivos
-
📁 The Ultimate Car Sales Hub