weblearn
1.0.0
Este projeto está configurado para demonstrar como fazer chamadas de API REST do Django
Para configurar:
Consulte https://docs.python.org/3.7/using/index.html
Consulte https://docs.djangoproject.com/en/3.0/topics/install/
Copie config_template.py
para config.py
e preencha suas informações:
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
. Em seguida, execute python manage.py migrate
para aplicar as migrações. E por último, inicie o servidor com python manage.py runserver