Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jinja2 templates? #159

Closed
elguavas opened this issue Jun 22, 2015 · 7 comments
Closed

jinja2 templates? #159

elguavas opened this issue Jun 22, 2015 · 7 comments

Comments

@elguavas
Copy link

hi again, last question for now ;) .

it seems sad that cactus pulls in all of (a very old 1.5) version of django just to use the templating engine. is it possible that cactus will eventually support, for example, jinja2 templates, which django itself now officially supports as of version 1.8?

seems like it would be much lighter just to rely on a modern templating engine rather than a (currently ancient) version of django.

just general questions, no expectations. i'm an open source developer myself and i have a full understanding of the time constraints of volunteer developers.

cheers.

@fedelibre
Copy link

more information on issue #117

@elguavas
Copy link
Author

ok, thanks for the pointer. it's interesting that django itself now supports jinja2 templates, i wonder if that makes it any easier to add support to cactus.

@krallin
Copy link
Collaborator

krallin commented Jun 24, 2015

The main reason for not upgrading to newer Django is Python 2.6 support, which was dropped after Django 1.5.

I'll probably work on solving this, but it's not done yet.

Cheers,

@fedelibre
Copy link

@krallin thanks for working on this, I think it's a very desirable feature.
I don't think that anybody care for python 2.6 support.

@elguavas
Copy link
Author

i agree would be nice, thanks @krallin ;)

@stefanooldeman
Copy link

👍 I agree, please consider

@krallin
Copy link
Collaborator

krallin commented Jun 28, 2015

@fedelibre,

I think it's a bit dangerous to just disregard whomever might be using Python 2.6. Another concern with upgrading is that some plugins might tie into Django internals directly, and those have changed a bit since Django 1.5.

Basically, I have more work to do on identifying what has changed before we can upgrade.

Cheers,

@elguavas elguavas closed this as completed Jul 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants