Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 584 Bytes

cusebids

this repository contains the auction app cuseBids

Requirements

  • Python3.6 frameworks/packages :
    • Django
    • Pillow

Setup

  • Clone the repo using git clone https://github.com/hemakatakam/cusebids.git
  • If you have Python installed but not Django or Pillow: run pip3 install django pillow
  • To run the website in a development server:
    • cd into the repo and check if manage.py file is inside the folder running ls command
    • then run python3 manage.py runserver
    • for windows OS replace python3 with python in the above commands