weblearn
1.0.0
This project is set up to demonstrate making REST API calls from Django
To configure:
See https://docs.python.org/3.7/using/index.html
See https://docs.djangoproject.com/en/3.0/topics/install/
Copy config_template.py
to config.py
and fill in your information:
adict = {
"learn_rest_fqdn" : "your.learnserver.net",
"learn_rest_key" : "Your REST API KEY GOES HERE NOT Mine",
"learn_rest_secret" : "Your REST API SECRET GOES HEREer",
}
mylearn.blackboard.edu
~/ngrok tls -region=us -hostname=www.avinyet.com -key ~/avinet.rsaprivatekey.pem -crt ~/avinet.fullchaincert.pem 8000
pip install -r requirements.txt
. Next run python manage.py migrate
to apply the migrations. And last, start the server with python manage.py runserver