Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 340 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 340 Bytes

ecommerce website using Django web framework

Installation

git clone https://github.com/adilmohak/django-ecommerce.git

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

Visit http://127.0.0.1:8000/

Useful? Give it a star ✨✨🤩

Happy coding :)