Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 711 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 711 Bytes

issue_parser_backend

Build Status

Backend api for issue parser app

Contributing

Follow below steps for building the project.

  • Install Python 2.7 and pip on your system.
  • Install virtualenv using cmd pip install virtualenv.
  • Clone this repo.
  • cd into the repo.
  • Create virtual env by running cmd virtualenv env.
  • run source env/bin/activate.
  • run pip install -r requirements.txt.
  • RELEX . . .
  • run python manage.py createsuperuser to create a login password for loging in to admin panel.
  • Now fire up a browser and go to http://localhost:8000/admin/.