forked from ara818/django-autocompleter
-
Notifications
You must be signed in to change notification settings - Fork 14
Setting up the dev environment
Lucas Brambrink edited this page Jul 29, 2018
·
1 revision
- clone the repository
-
pip install -r requirements.txt
- note: must be Django 1.9 (>=2.0 is not compatible)
cd /test_project
python manage makemigrations test_app
python manage migrate
python manage loaddata test_app/fixtures/stock_test_data.json
python manage loaddata test_app/fixtures/indicator_test_data.json
- `python manage autocompleter_init --store --name mixed