Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 511 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 511 Bytes

django-ecommerce

How To Setup On Linux

  1. Clone This Project git clone https://github.com/MdNazmul9/django-ecommerce.git
  2. Go to Project Directory cd django-ecommerce
  3. Create a Virtual Environment virtualenv env
  4. Activate Virtual Environment source env/bin/activate
  5. Install Requirements Package pip install -r requirements.txt
  6. Migrate Database python manage.py migrate
  7. Create Super User python manage.py createsuperuser
  8. Finally Run The Project python manage.py runserver