Re: Shameless plug - django-google

2007-12-03 Thread David Cramer
I would also recommend a different name -- maybe django-gcalender, since its specific to the calender app. After all, Google is quite big :) On Dec 3, 9:03 am, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > On 12/3/07, Patryk Zawadzki <[EMAIL PROTECTED]> wrote: > > > I know django-users might b

Re: Shameless plug - django-google

2007-12-03 Thread Jacob Kaplan-Moss
On 12/3/07, Patryk Zawadzki <[EMAIL PROTECTED]> wrote: > I know django-users might be a more suitable place for such > announcements but I was hoping of getting some feedback from the devs > on the quality part. It also is one of the projects that could benefit > greatly from having model subclass

Re: Shameless plug - django-google

2007-12-03 Thread Malcolm Tredinnick
On Mon, 2007-12-03 at 17:58 +0100, Patryk Zawadzki wrote: > 2007/12/3, Jacob Kaplan-Moss <[EMAIL PROTECTED]>: > > Hey Patryk -- > > > > Looks cool! > > > > However, in the future please direct posts of this nature to > > django-users. Django-dev is for discussion of developing *on* Django, > > no

Re: Shameless plug - django-google

2007-12-03 Thread Patryk Zawadzki
2007/12/3, Jacob Kaplan-Moss <[EMAIL PROTECTED]>: > Hey Patryk -- > > Looks cool! > > However, in the future please direct posts of this nature to > django-users. Django-dev is for discussion of developing *on* Django, > not *with* it. I know django-users might be a more suitable place for such a

Re: Shameless plug - django-google

2007-12-03 Thread Jacob Kaplan-Moss
Hey Patryk -- Looks cool! However, in the future please direct posts of this nature to django-users. Django-dev is for discussion of developing *on* Django, not *with* it. Thanks! Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed

Shameless plug - django-google

2007-12-03 Thread Patryk Zawadzki
Hi guys, Maybe this will be of some interest: http://code.google.com/p/django-google/ What I've done was basically wrap the Google Calendar API into Django models and some utility functions for convenience. Would love to hear from you about the quality of code as well as missing functionality.