First time here? Check out the FAQ!

Revision history  [back]

tutorial for jinja2 integration issue?

I'd like to add few more pages(in django template) to askbot.
(extends two_column_body.html but use django template syntax)

Or someone might want to add askbot to his/her already operational site as an add-on.

I encountered jinja2 for the first time and I find it very hard to integrate jinja2 powered templates with other regular django-templates.

I've seen some homeworks..

http://stackoverflow.com/questions/15157997/django-app-not-running-after-installing-askbot/15160726#15160726

http://askbot.org/en/question/8105/why-does-askbot-use-jinja/

I wonder if you have a plan to make it easy to integrate askbot with other parts of a site.
by providing a tutorial or
by providing regular-django template for base.html or
by .. who knows what else..

Not allowing staticfiles to work with askbot makes it harder..

tutorial for jinja2 integration issue?

I'd like to add few more pages(in django template) to askbot.
(extends two_column_body.html but use django template syntax)

Or someone might want to add askbot to his/her already operational site as an add-on.

I encountered jinja2 for the first time and I find it very hard to integrate jinja2 powered templates with other regular django-templates.

I've seen some homeworks..your answers

http://stackoverflow.com/questions/15157997/django-app-not-running-after-installing-askbot/15160726#15160726

http://askbot.org/en/question/8105/why-does-askbot-use-jinja/

I wonder if you have a plan to make it easy to integrate askbot with other parts of a site.
by providing a tutorial or
by providing regular-django template for base.html or
by .. who knows what else..

Not allowing staticfiles to work with askbot makes it harder..