On Jul 16, 2007, at 11:27 PM, voltron wrote:
> > Hi! > > I noticed that a few directories are not created when one creates a > new project: > > i18n > docs > templates > > The models directory is also now called model. Is that all intentional > or is something wrong? > models has indeed moved to model. You might want to switch your app to use model so you're more in sync with the template, but it's not at all required. Nothing internally in Pylons assumes you have a model directory. docs has moved from the package to the root dir i18n and templates should be created, but as empty directories. It must be a bug if they're not. Oddly enough I can't reproduce this here, even after using an svn export of Pylons (no .svn directory, nothing in those directories). Are you seeing this on Windows? Maybe this was changed a recent PasteScript or something (I'm using PasteScript trunk instead of the last release)? (FYI: I've been a little tempted to remove the i18n dir, and those who need it can create it when needed). -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
