Skip to content

idiotcommerce/carzone-project

Repository files navigation

carzone-project overview

  • A Used Car Selling Business Website" right from scratch.

The basic scenario of this project is, we are making a website for a car business owner who wants to list his cars on his website and allow the user to come to his site and browse through all of his latest cars and featured cars, search and filter the cars by model or price, and make some inquiries about his cars that are out for the sale.

step 1: install django

sudo pip install django

step2: check the version

django-admin --version

step3: if any packages need

sudo apt-get update

sudo apt-get install python-django

step 4: runserver

manage.py is a file, each time we will run server through this file type below command in terminal to run serever

" python manage.py runserver "

step5: commit migrations

" python manage.py makemigrations "

" python manage.py migrate "

" python manage.py runserver "

local server url

http://127.0.0.1:8000 or 127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors