Chapter A.9. Application Configuration

If your project does not use identity, you don’t need to make any changes in your application configuration.

Your main application configuration is stored in yourproject/yourpackage/config/app.cfg. This file contains your application’s identity configuration. Turbo-Gears includes identity providers for both SQLObject and SQLAlchemy. There are three changes to be made in this file:

  1. Replace all occurrences of “soprovider” with “saprovider”.

  2. Set visit.manager=”sqlalchemy”

  3. Set identity.provider=”sqlalchemy”

Get Rapid Web Applications with TurboGears: Using Python to Create Ajax-Powered Sites now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.