- 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.
sudo pip install django
django-admin --version
sudo apt-get update
sudo apt-get install python-django
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 "
" python manage.py makemigrations "
" python manage.py migrate "
" python manage.py runserver "
http://127.0.0.1:8000 or 127.0.0.1:8000