Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 552 Bytes

File metadata and controls

20 lines (15 loc) · 552 Bytes

README

Open Order Up API and UI for Use with Sequoia Retail Systems

Setup Instructions

  • Clone repo
  • Setup Python virtualenv and activate
  • Install packages from requirements.txt
  • Use manage.py to migrate database changes
  • Use manage.py to execute runserver
  • mkdir env (in root directory)
  • virtualenv env
  • ./manage.py collectstatic (in project directory)
  • ./manage.py createsuperuser (in project directory)
  • ./manage.py runserver 127.0.0.1:9000 (in project directory)

Questions