I'm making an App Engine site that I don't want to be nationwide, but rather have one app site per city.
The sites will all have the same functionality, but will have different templates to localise them to the city.
If there is a bug fix or an update of the sites later on, I will want to update all sites simultaneously, and so a script could be written that does this, or I could simply host them all as one app on App Engine, and build into the app the notion of having different templates for different cities.
- If I host different cities as different apps, is this against Google's rules?
- Is it conceptually better to host the sites as one, rather than several separate sites?
At the moment I'm thinking that it might be better to host them all as one app, to make updating and controlling them easier.