Drop Python2 and Django1 support

This commit is contained in:
2020-09-25 12:43:40 +02:00
parent 45d8b7cf21
commit 0d7cd64218
12 changed files with 29 additions and 60 deletions

View File

@@ -6,7 +6,7 @@ into a django project.
REQUIREMENTS
============
- python >= 2.7
- python >= 3
- Django
(will be pulled in by pip, if you haven't installed it already.
Probably this is why you are interested in this project)