[google-appengine] Re: database access by more than one application

2009-04-14 Thread Gopal Vaswani
Hi, Why can't you have different views for internal and external users in the same application. You can have different authentication for these views. Vaswani On Tue, Apr 14, 2009 at 2:38 PM, bamkraxler wrote: > > Can the database be accessed from more than one application? I woul

[google-appengine] Re: Dynamically generated templates

2009-04-14 Thread Gopal Vaswani
Looking at the implementation of Django admin module might help. I don't know exact details but for each data type (integer, String, list, date etc it has associated interface objects that it loads to depict the data in the correct controls. Vaswani On Mon, Apr 13, 2009 at 11:04 AM, ade

[google-appengine] Re: I've just found that the app.yaml file won't allow more than 100 handlers...

2009-04-14 Thread Gopal Vaswani
the request based on the parameter. This should bring down the number of handlers as I am assuming that many of your urls would be similar. Vaswani On Tue, Apr 14, 2009 at 2:44 PM, Larry wrote: > > Hi > > I've just found that the app.yaml file won't allow more than 100 &

[google-appengine] Re: How to access normal files in google App engine

2009-04-11 Thread Gopal Vaswani
m on demand. It works sweetly now but definitely not a scalable solution. But is there a ways to delete the stuff you uploaded before which you don't need anymore. Regards Gopal On Fri, Apr 10, 2009 at 5:51 PM, Konrad Martin wrote: > > Hi Vaswani ant Tim > > On 11 Apr., 01:56

[google-appengine] Re: How to access normal files in google App engine

2009-04-10 Thread Gopal Vaswani
specified it at static_dir in app.yaml. So my question is How can we upload a directory without specifying it in the app.yaml. Regards Vaswani On Fri, Apr 10, 2009 at 10:09 AM, Tim Hoffman wrote: > > Hi > > You can read files but they must be in you appengine application >

[google-appengine] How to access normal files in google App engine

2009-04-10 Thread Vaswani
app engine server, I am denied permission to access this folder and files. I have tried using os.chmod to change permissions but still nothing works. What could be the problem? -Vaswani --~--~-~--~~~---~--~~ You received this message because you are subscribed to