Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 306 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 306 Bytes

E-commerce-website

Its web dev project using django,bootsrap First of all we will run django-admin startproject mac //as our project name is mac Then run this command python manage.py startapp shop Then run this command python manage.py startapp blog Now we will create views and urls of the shop app