.. note:: **The information on this page is obsolete, incomplete or incorrect and left here only for reference and has not been ported to the new documentation wiki.** Please refer to the `TurboGears documentation wiki`_ for up-to-date documentation. .. _turbogears documentation wiki: http://docs.turbogears.org/
============== TurboGears FAQ ============== The goal of this page, is to consolidate all answers collected via the TG mailinglist, simple mails, ... or any findings you think relevant for other TG users. Try to be as consise as possible and use, as much as possible, links (to mailing list, this wiki, ...). Thanks .. contents:: .. sectnum:: ---- .. ** QuickStart Section ** Quickstart ========== Empty ---- .. ** Identity Section ** Identity Management =================== How can I use the identity management support? ---------------------------------------------- You can find a small howto on the wiki. See: `IdentityManagement`:trac: ---- .. ** CatWalk Section ** CatWalk Model Browser ===================== What is it? ----------- CatWalk is a single page (buzzword compliant) Ajax application build on top of TurboGears. With it you can easily interact with your application model and manage your data. Think of it as phpMyAdmin or pgAdmin at the ORM level instead of the RDBMS. It is database agnostic, all it's information is pulled out of SQLObject - not from the underlying data store. See also: `CatWalk Homepage`__ .. __: http://www.checkandshare.com/catwalk/index.html How can I run CatWalk? ---------------------- Instructions are on the wiki. See: `CatWalk`:trac: .. ** Deployment Section ** Deployment of your application ============================== How can I make a machine in which TG isn't installed, run an app written with TG? --------------------------------------------------------------------------------- You can deploy your app as a Python Egg using Easy Install. See: `DeployWithAnEgg`:trac: See also: `Python Eggs`__, `Easy Install`__, `setuptools`__ .. __: http://peak.telecommunity.com/DevCenter/PythonEggs .. __: http://peak.telecommunity.com/DevCenter/EasyInstall .. __: http://peak.telecommunity.com/DevCenter/setuptools ---- .. ** Other Section ** Other ===== Empty ---- .. ** SQLObject Section ** SQLObject ========= Empty ---- .. ** Kid Section ** Kid === Empty ---- .. ** CherryPy Section ** CheeryPy ======== Empty ---- .. ** MochiKit Section ** MochiKit ======== Empty