wachjose88 / django-lti-provider-auth

This is a highly confirgurable LTI provider for Django projects.
MIT License
2 stars 1 forks source link

Django > 4 #2

Closed joao-n-silva closed 1 year ago

joao-n-silva commented 2 years ago

I'm running you application in django 4.0.3 and some of the functions you use are incompatible with this new version:

You only have to change the following files:

apps.py, models.py and field_validator.py

urls.py

After these changes all the remaining code is running and allows the creation of a simple provider that already interacts with moodle

I don't know if this changes work with django 3

best regards

wachjose88 commented 2 years ago

Thanks for pointing this out. I will only support the current LTS version of Django. This means that the adaptions you mentioned will be available for Django 4.2 in April 2023.