Hallo !
Yes, thanks, I already looked into google-chartwrapper and they work
quite nice !
However, I think I will integrate the interactive charts (google
visualization) - there are no template tags for it so far, but a
python interface exists: http://code.google.com/p/google-visualization-python/
Hallo!
I want to build an application like google analytics for django ;) :
users should be able to log in and see their statistics/charts.
So basically it should be somehow like the django-reporting
application, but not in the admin section (should be for general
users), with additional (Javascri
Okay, I found now the article by Adrian Holovaty:
http://www.holovaty.com/writing/django-two-phased-rendering/
He implemented a {% raw %} template tag and everything between {% raw
%} and {% endraw %} won't be rendered ... which is quite nice, so I
can render part of my template on the server, and
Hallo!
I would like to ask, if it is possible to render just a part of a
Django template, and if yes how ?
In especially I only want to render the localization on the server
(everything which is in {% trans "Something to translate" %}), then
send the translated django template to the client. Ther
4 matches
Mail list logo