What's the recommendation on app names? Should we aim for app names that are valid Python names? If, for example, you want to import a module from another app, does the app name have to be a valid Python name?
On Thursday, March 31, 2011 1:25:30 PM UTC-4, Jonathan Lundell wrote: > On Mar 31, 2011, at 10:09 AM, pbreit wrote: > > I guess I can see leaving the default to re-map hyphens to underscores > but perhaps only on controllers? > > Well, functions for sure. I'm not sure about applications and controllers. >

