A Django reusable app for Moodle Webservice functions
- Add "moodle_webservice" to your INSTALLED_APPS setting like this :
INSTALLED_APPS = [
...
'moodle_webservice',
]
-
Move into django-moodlewebservice
-
Run
python setup.py sdist
-
Move back into the project directory
-
Install the app
pip install django-moodle_webservice/dist/django-moodle_webservice-1.0.tar.gz