Django with Moodle

Django with Moodle

د Robert Pringle لخوا -
د ځوابونو شمیر: 3

Hello,


For our university project we've been assigned to work with the uni Moodle database. We need to be able to access the Moodle database and retrieve information from it and update our Django database with this information for the project to be a success. Basically every-time a student submits an assignment on Moodle I need to update their Django database file by giving them a 'point'. Django is a web application framework. Is there any APIs that exist and are a good starting point to go from an if not how would I go about developing this into a working product?

د درجې بندۍ اوسط:  -
In reply to Robert Pringle

Re: Django with Moodle

د Mayank Tyagi لخوا -
Hi Robert,

For this you can create your custom webservice in moodle. Even moodle have events triggered when assignment submitted. Its up to you what logic you want to implement.
In reply to Mayank Tyagi

Re: Django with Moodle

د Syed Ibrahim لخوا -
I have created the web service but i donot know how to access it in django. Is there any solution? The packages available seem to be outdated.