eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.46k stars 314 forks source link

Improve Python3 compatibility; update Django to 1.11 #285

Open m-thielen opened 2 years ago

m-thielen commented 2 years ago

This PR updates Django to 1.11 (latest version supporting Python2.7) and removes Python3 deprecation warnings (#280).

It maintains Python2.7 compatibility, although it might be a good idea to drop Python2.7 support altogether...