Tech talk!
Discussing my experiences with technology!
Showing posts with label
TurboGears
.
Show all posts
Showing posts with label
TurboGears
.
Show all posts
Saturday, June 20, 2009
Turbogears debugging in Eclipse
›
Setting up debug enabled environment for a Turbogears application in Eclipse is not really straightforward. I struggled a lot before I could...
4 comments:
Tuesday, March 3, 2009
Existing database tables and SQLObject
›
Define the existing table "Bookmark" as a class in python:- class Bookmark(SQLObject): _fromDatabase = True # the table structu...
Connecting to an existing database using TurboGears framework
›
Your application would need a DB connection to access the database. A connection is how you tell SQLObject to locate your database. SQLObjec...
›
Home
View web version