Re: Google App Engine supports Django 1.2!

2011-02-13 Thread Darrel Herbst
No, it does not support the datastore.  Now you do not have to distribute 
your own zipfile of Django 1.2.5.  The word 'supports' does not refer to 
Django integration with the GAE api's, but rather that this new version is 
available on the server.  Django 1.2.5 was added so that you can load it via 
use_library, but it has not been altered in any way to support the GAE api. 
 So you still have to use the google-app-engine-helper to apply monkey 
patches to make Django useable.  

If you are using Django 1.3.0 alpha 1 you are probable either using your own 
zipfile, or django-nonrel.  In either case, you should not have any issues 
with the 1.2.5 use_library feature because you were not using it.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: django charts

2010-11-20 Thread Darrel Herbst
I haven't used this, but this provides a way to interface with google
charts: 
https://github.com/jacobian/django-googlecharts/blob/master/docs/examples.txt

On Nov 19, 1:56 am, Priya  wrote:
> Hi,
> I am a new user to django ,can anybody please help me resolve this
> issue.I am trying to construct a Gant chart based on the certain
> constraints.Now i am unable to make a line of approach for this.I have
> defined a class for chart and defined function for it in views.Now how
> do i pass my values to the gant chart .
> So the idea is..i have n number of task who have deadlines.So i want
> to show thiese tasks thru a gant chart and then want to show a pie
> chart giving the perfomance eg. 4% work done til so and so date.
> Can anybody help me with the coding of all these.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.