weblearn
1.0.0
Ce projet est mis en place pour démontrer la réalisation d'appels API REST à partir de Django
Pour configurer :
Voir https://docs.python.org/3.7/using/index.html
Voir https://docs.djangoproject.com/en/3.0/topics/install/
Copiez config_template.py
dans config.py
et remplissez vos informations :
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
. Exécutez ensuite python manage.py migrate
pour appliquer les migrations. Et enfin, démarrez le serveur avec python manage.py runserver