I'm on Python. I tenant by domain. I don't have logins, which makes my scenario easier. I'll get a link up to the redirector on or around Thanksgiving.
We adopted (late in the game) a naming convention of Product-Edition-OptionalClientName We still have clients running specific apps because there is no good way for usage based billing otherwise. Jeff Probst's website will have $300 days on the new billing and we'd rather Google Tracks that than us having to parse it out of the installs for people we charge a fixed fee for. From: [email protected] [mailto:[email protected]] On Behalf Of Niklas Rosencrantz Sent: Friday, November 18, 2011 7:40 PM To: [email protected] Subject: [google-appengine] Re: "Redirect" Dead Apps? I'd like to know what the aforementioned multitenancy is. I try to achieve multtenancy with python with limited results since I learn that namespaces can only know one namespace at a time so I can't display "eveything" from a datastoreeven though it's the same app, I think. I use python and I think Brandon uses Java so details might not apply though practically you could change a name of an app just registering a new alias if you have a basic application setup. I think also Google wants us to make real apps rather than investing in clever app aliases that sells. I cared that there is no hyphen and no number in to name so my names got longer and still they are easy and I can use them (old app id is classifiedsmarket, new app id is montaoproject for my largest app and 2 other apps I have aliases to are alias cyberfaze (which used to be a M/S datastore now is an alias to the new app name webfaze) and similarly I have an alias blobsystem for my new app id wwwblob. I'm glad the first choices weren't etched in stone and if my apps get large I'm going to use custom domains since that is what my project is multi-tentant for. Best regards, Nick Rosencrantz -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/8rbUfhrR1tMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
