Re: [google-appengine] Am I allowed to do this?

2010-04-09 Thread Nick Johnson (Google)
Hi Spines, This is a legitimate use of multiple apps - though I would strongly suggest simply structurally separating your code inside a single app - it'll be much simpler, faster, and probably cleaner. -Nick Johnson On Thu, Apr 8, 2010 at 7:03 PM, Spines wrote: > I want to use 2 apps for my w

[google-appengine] Am I allowed to do this?

2010-04-08 Thread Spines
I want to use 2 apps for my website. The first app would run the website, and second app would be a bunch of random functions exposed by an api. The reason I don't want to lump it into one app is because I want to cleanly separate the code of the random functions and the code that runs the websit