hltcoe / turkle

Django-based clone of Amazon's Mechanical Turk service running in your local environment.
https://turkle.readthedocs.io
Other
147 stars 47 forks source link

Upgrade to Django 3 #160

Closed cash closed 2 years ago

cash commented 2 years ago

Biggest issues are

  1. Django added its own JSONField so may be we can remove the jsonfield dependency
  2. The 3rd party autocomplete does not appear to work with Django 3.2 (but does with Django 3.1): https://github.com/farhan0581/django-admin-autocomplete-filter/issues/60