[omaha] Jinja2 with Django Class Based Views!

Wes Turner wes.turner at gmail.com
Tue Dec 30 05:50:04 CET 2014


There's similar functionality to
https://docs.djangoproject.com/en/1.7/topics/class-based-views/ in:

* sandman (Flask, SQLAlchemy, HTTP Basic Auth) --
https://github.com/jeffknupp/sandman /issues/94#LDP
* flask (Flask, SQLAlchemy) -- http://examples.flask-admin.org/

* pyramid_sacrud (Pyramid, SQLAlchemy) --
https://github.com/ITCase/pyramid_sacrud
* pramid_crud (Pyramid, SQLAlchemy) --
http://pyramid-crud.readthedocs.org/en/latest/



On Mon, Dec 29, 2014 at 7:02 PM, Varun Mehta <varun.sagi20 at gmail.com> wrote:

> My Mistake. Coffin is not longer supported by it’s development team.
> Infact, download does not work directly with Django 1.7. (Update required
> in render_to_response() ).
>
> Jay alternative is only production ready solution.
> Thank you Jay.
>
> -Varun
>
> On Dec 29, 2014, at 6:29 PM, Varun Mehta <varun.sagi20 at gmail.com> wrote:
>
> > Hi all
> >
> > I have answer to my query now.
> > It seems we would need to wait for a comprehensive integration of Jinja2
> with Django.
> https://www.indiegogo.com/projects/multiple-template-engines-for-django
> > As of now, Coffin seems to be the best bet.
> >
> > I would appreciate if any of you have some detailed tutorial on Coffin.
> >
> > -Varun
> >
> > On Dec 29, 2014, at 2:35 PM, Varun Mehta <varun.sagi20 at gmail.com> wrote:
> >
> >> Hi Jay
> >>
> >> That was an interesting read.
> >> But like all django template alternatives, it has issues with
> TemplateView and render function.
> >> I was looking for an alternate which needs no over writing and still
> allows to use Django Default Class Based Views with Jinja2 Templates.
> >>
> >> -Varun
> >>
> >> On Dec 29, 2014, at 2:30 PM, Jay Bendon <jaybocc2 at gmail.com> wrote:
> >>
> >>> Last time i used jinja2 it was very simple to integrate with django
> with
> >>> very little difference in operation.
> >>>
> >>> might want to take a look at django-jinja
> >>> https://niwibe.github.io/django-jinja/
> >>>
> >>> --Jay
> >>>
> >>> On Mon, Dec 29, 2014 at 12:15 PM, Varun Mehta <varun.sagi20 at gmail.com>
> >>> wrote:
> >>>
> >>>> Hi all
> >>>>
> >>>> I have a question regarding Jinja2.
> >>>> Is it feasible to use Jinja2 with Django default Class Based Views
> System?
> >>>>
> >>>> -Varun
> >>>>
> >>>> _______________________________________________
> >>>> Omaha Python Users Group mailing list
> >>>> Omaha at python.org
> >>>> https://mail.python.org/mailman/listinfo/omaha
> >>>> http://www.OmahaPython.org
> >>>>
> >>> _______________________________________________
> >>> Omaha Python Users Group mailing list
> >>> Omaha at python.org
> >>> https://mail.python.org/mailman/listinfo/omaha
> >>> http://www.OmahaPython.org
> >>
> >
>
> _______________________________________________
> Omaha Python Users Group mailing list
> Omaha at python.org
> https://mail.python.org/mailman/listinfo/omaha
> http://www.OmahaPython.org
>


More information about the Omaha mailing list