tl-its-umich-edu / my-learning-analytics

My Learning Analytics (MyLA)
Apache License 2.0
36 stars 39 forks source link

Use Django Stubs for better Django typehints #844

Open jonespm opened 4 years ago

jonespm commented 4 years ago

Thank you for contributing to this project!

Describe your problem or feature you'd like added

I think we're going to have to use the Django Stubs package to provide better future type hints for Django. Relates to the work on #301 . We can do this now that we're on 2.2.x after the PR for #840 is merged.

jennlove-um commented 1 year ago

@jonespm Is this still something we're interested in doing and how much of a priority is it?