Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 468 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 468 Bytes

GConfs' Website

Dependencies

  • python3
  • python3-dev
  • libmysql

Optional dependencies

  • pipenv

Installation - Using pipenv

  • pipenv install -r requirements.txt
  • pipenv shell
  • python manage.py migrate
  • Add your youtube & CRI api credentials in the local_settings.py

Running a local copy

  • pipenv shell (If not done already)
  • python manage.py runserver
  • Go to http://127.0.0.1:8000 using your web browser