[google-appengine] Django + django-rest-interface

2010-05-21 Thread Sam Krishna
Hi All, Does anyone have any suggestions about how to add REST services to an app built on top of GAE's Django? I'm trying to get GAE's Django to work with django-rest-interface, but it's just not coming together. And it looks like the appengine-rest-server library doesn't work with GAE's Djan

[google-appengine] Deleting individual files from app directory

2010-05-13 Thread Sam Krishna
Hi, I'm trying to remove files from a directory w/o deleting the app itself. Is there a way to do this or am I just going to need to start a new project instance? Thanks! Namaste Playfully, Sam - If he listens in faith, finding no fault, a man is free and will attain the cherished worlds o

Re: [google-appengine] Re: Using GAE with iCalendar

2010-05-12 Thread Sam Krishna
That's what I'm discovering (dynamic vs. static). Right now I can create the Calendar object from iCalendar, but I don't seem to have a way to output it to text. Using the as_string() function keeps giving an error. If anyone has some familiarity with this issue, feel free to respond. Thanks!

[google-appengine] Re: Using GAE with iCalendar

2010-05-12 Thread Sam Krishna
 pm, Robert Kluin wrote: > Sam, >   Have you considered the datastore? >    http://code.google.com/appengine/docs/python/datastore/ > >   You may also want to start by looking at the getting started guide. >      http://code.google.com/appengine/docs/python/gettingstarted/ > > Ro

[google-appengine] Using GAE with iCalendar

2010-05-11 Thread Sam Krishna
Hi all, I'm extremely new to GAE, so please forgive the potential newbie questions here (and yes, I have done a search on archives and haven't seen what I'm about to ask): I'd like to use the python iCalendar framework (http://codespeak.net/icalendar/) with my GAE app. However, it seems like t