On 11/12/06, iain duncan <[EMAIL PROTECTED]> wrote: > - the old comments are still there, which are now out of sync with the > doc, so they should be trimmed/deleted
Comments which really are out of date have been trimmed, I wasn't entirely sure about the remaining comments, so they were left. > - the database still uses unicode, so the code as is will fail on mysql > ( or does for me ). I think it would be better to change those to plain > strings so that it will work out of the box on other RDBMS I know there have been fixes mentioned on this list, so it got put on my todo list, that's why your comment is still there. > - perhaps a demo of the tg-admin sql sql command would be good before > the sql create, that helped me understand what was going on when I was > first exposed to object-relational mappers Reasonable enough, todo. > - maybe a link to or example of exactly how one makes the database and > dev.cfg edit would be useful for beginners. i can write that up for > mysql if you'd like Maybe the problem is that the tutorial doesn't push sqlite hard enough. We really do use sqlite for a good reason. > - could the command prompts have a fully path name before them or > something to help people know which dir they should be in for issuing > commands? I had anticipated this to some extent and many of the non-template files do have a path, I suppose I can put paths to all files without too much work. > - the use of std.url produces a warning from CherryPy about it being > deprecated Fun fun. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

