I\'m just getting into the client-server data sync stage of my iPhone app project, and have managed to get my CoreData data model loading on both the iPhone client and my TurboGears server (which is g
Is there an开发者_开发百科y built-in automate way to log controller request events to system log?Yup - it\'s just Python\'s standard logger, so it can output to a bunch of different streams.
I am running a TG2 App on lighttpd via flup/fastcgi. We are reading images (~30kb each) from BlobFields in a MySQL databa开发者_开发百科se and return those images with a custom mime type via a contro
I\'ve been trying to get TurboGears installed on Windows by following this site. I\'ve installed virtualenv but when I execute the command \"virtualenv --no-site-packages testproj\", I get the followi
I have a many-to-many relationship in which the relation-table contains more columns than only the primary key. As an example, consider a slide show system in which each image could have it\'s own tim
hi i have a many to many relationship between a user and a group.and i will like to add a user with many groups in my database.how do i do that if my database is as follows
I\'ve got master.kid (simplified): <html> <head py:match=\"item.tag == \'head\'\"> <title>My Site</title>
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m generating a Sprox form with Turbogears 2.1 and trying to display it in a Mako template. Here is my code:
I am currently making the switch from Django to Turbogears 2.1 and am running into some problems that I could not find the answers to in the Turbogears docs. If tg developers read this, let me tell yo