-
Notifications
You must be signed in to change notification settings - Fork 16
View Stock data and index
James Shen edited this page Jun 6, 2020
·
1 revision
This repo includes a Django application which can be used to view the Australia Stock Index and Stock price data
cd app
export DJANGO_SETTINGS_MODULE=asx.settings
python manage.py migrate
python runserver
then you open http://127.0.0.1:8000/
OpenAI ASX Gym Environment by Guidebee IT