Support Django 3
See original GitHub issuesetup.py indicates that you can’t run this app with a Django version greater than 2.1.5.
Could you update the code and/or dependency spec to support Django 3? Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Django 3.0 release notes
Django 3.0 supports Python 3.6, 3.7, 3.8, and 3.9 (as of 3.0.11). We highly recommend and only officially support the latest release of...
Read more >Django 3.2 release notes
Django 3.2 is designated as a long-term support release. It will receive security updates for at least three years after its release.
Read more >Download Django
We recommend using the latest version of Python 3. The last version to support Python 2.7 is Django 1.11 LTS. See the FAQ...
Read more >FAQ: Installation | Django documentation
Typically, we will support a Python version up to and including the first ... and are better supported, the latest version of Python...
Read more >Django: The web framework for perfectionists with deadlines
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I will get it done today @ausram
Hey, I’ve just tried to get django_mfa version 2.1 working with django 3.2.4.final and here’s what I had to change to get it to work:
Hope this helps Steve