Skip to content

md-abdul-alim/Super-Shop-Management

Repository files navigation

  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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published