Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 257 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 257 Bytes

E-Commerce Project For Baby Tools

TECHNOLOGIES

  • Python
  • Django

INSTALLATION

Do

python3 manage.py migrate products

Then

python3 manage.py runserver 127.0.0.1:8000

Add correct ALLOWED_HOSTS in babyshop/settings.py.