Re: Converting django models to google app engine models

2009-07-15 Thread Joshua Partogi
I think that django gae patch does not enable you to use django model because gae does not use dbms on the backend. On Wed, Jul 15, 2009 at 7:38 PM, Vishwajeet wrote: > > Hi, > > Thanks for the link I am using the helper but helper does not suggest > anything about models other than just saying

Re: Converting django models to google app engine models

2009-07-15 Thread Vishwajeet
Hi, Thanks for the link I am using the helper but helper does not suggest anything about models other than just saying that you have to change your model. On Jul 15, 12:00 am, Matteo Rosati wrote: > Hello friend, > maybe you can consider using the Goole App Engine helper for Django. > > http://

Re: Converting django models to google app engine models

2009-07-14 Thread Matteo Rosati
Hello friend, maybe you can consider using the Goole App Engine helper for Django. http://code.google.com/p/google-app-engine-django/ when you download the necessary files, read the README file and read how to deploy a pre existing django application in google AE without modifying your files (exc

Converting django models to google app engine models

2009-07-14 Thread Vishwajeet
Hi All, I am planning to host my django application on google app engine; I have completed the application using django but now when I decided to host it on google app engine I need to changed models and all it reference to app engines framework; I have googled alot but have not found much inform