I've been trying to go through several of the tutorials/docs for tg2,
and I have been experiencing problems.
I successfully did the wiki tutorial, but I'm trying to move beyond
that... I'm currently having problems with this page:
http://www.turbogears.com/2.0/docs/main/Extensions/Crud/index.html#putting-it-all-together
My issue is the there is no data displayed in the movie table - it
displays:
No Records Found.
I've double checked my sqlite database in devdata.db, using
sqlitebrowser, and the records are definitely there.
I've also tried using the moviedemo source code from:
I've used tg1 for about a year, and I'm trying to carefully understand
tg2's differences and advantages - before I port my app to tg2, and
hopefully begin some new apps. I know I tended to use a few perhaps
unorthodox methods in my current application, and I'd like to have a
deeper understanding this time around.
My question is this: as I go through the docs, I find a few typos
and omissions... and then sometimes I find things I just don't know
how to fix, like this. This can be very frustrating. What is the
best way for me to send the few corrections I know and get help with
parts that I am stuck on? Is this the best location to do that? I
can send any additional clarifying details you'd like.
Or should I add comments to the doc pages, as I have questions? Or
both?
I am using tg.__version__ == "2.0" from TurboGears2-2.0-py2.6.egg, in
a virtual environment.
-Laurin