Daniel Banck
Webentwicklung – Webdevelopment
Webentwicklung – Webdevelopment
Jan 13th
In the last days I tried to get Jinja2 working with Django.
Here I want to explain a bit about the integration progress.
First we need to install django and jinja2, but I won’t explain it in here, just use easy_install.
After installing you can check if everything works by importing django and jinja2 inside a python shell.
If [...]