Skip to content

Setting up the dev environment

Lucas Brambrink edited this page Jul 29, 2018 · 1 revision

Quick set up guide.

  1. clone the repository
  2. pip install -r requirements.txt
    • note: must be Django 1.9 (>=2.0 is not compatible)

Setting up 'test_project'

  1. cd /test_project
  2. python manage makemigrations test_app
  3. python manage migrate
  4. python manage loaddata test_app/fixtures/stock_test_data.json
  5. python manage loaddata test_app/fixtures/indicator_test_data.json
  6. `python manage autocompleter_init --store --name mixed
Clone this wiki locally