Changeset 5593
- Timestamp:
- 10/23/08 19:04:58 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/tg.devtools/branches/tgext.authorization/devtools/templates/turbogears/+package+/config/app_cfg.py_tmpl
r5592 r5593 31 31 # Configure the authentication backend 32 32 base_config.auth_backend = 'sqlalchemy' 33 base_config.sa_auth = Bunch()34 33 base_config.sa_auth.dbsession = model.DBSession 35 34 base_config.sa_auth.user_class = model.User