Skip to content

Commit

Permalink
Fix Django version to 2.0
Browse files Browse the repository at this point in the history
The present Django release 3.0 no longer use python_2_unicode_compatible.
The installation procedure fix now the version 2.0
  • Loading branch information
luissian authored Dec 20, 2019
1 parent db3ad7d commit 0df60c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/pythonPackagesRequired.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ asn1crypto
bcrypt
biopython
cryptography
Django
Django==2.0
django-blog-zinnia
django-crispy-forms
django-crontab
Expand Down

0 comments on commit 0df60c1

Please sign in to comment.