Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 734 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 734 Bytes
  1. Install virtual environment. -> python -m venv venv
  2. Activate virtual environment. -> venv/bin/activate
  3. Install project requirements. -> pip install -r requirements.txt
  4. Now enter inside project repository and run.
    1. -> python manage.py migrate
    1. -> create super user for admin login -> python manage.py createsuperuser
    1. -> run project -> python manage.py runserver
  5. To download pdf in linux you have to install wkhtmltopdf locally-> sudo apt-get install wkhtmltopdf or follow -> https://wkhtmltopdf.org/downloads.html
  6. To download pdf in windows you have to install wkhtmltopdf locally-> follow -> https://wkhtmltopdf.org/downloads.html

Live Demo of this project: http://supershopmanagement.herokuapp.com/