eudicots / Cactus

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

Cactus Roadmap #117

Open krallin opened 9 years ago

krallin commented 9 years ago

Just opening this as a meta-issue to keep track of the main items that seem to be requested (in issues, PR):

koenbok commented 9 years ago

I'll see if I can share a few plugins that we use internally, and make some of our sites open source as examples of best practises.

koobs commented 9 years ago

Django 1.5 is now End of Life (EoL) and Cactus requirements(.txt) currently specify Django==1.5.5.

Does Cactus run on 1.5.11 (latest 1.5.x) or any other 1.[6-8] version?

If so, the requirements.txt file should be updated

If not, what are the minimum changes necessary to get Cactus working on the lowest supported Django minor release? (that is, 1.7, 1.8)

Currently, the FreeBSD Ports framework has Django versions 1.4, 1.6 (deprecated) and 1.7). I'm creating a Cactus port, but I am currently blocked on the strict =1.5.5 dependency