Changeset 5592
- Timestamp:
- 10/23/08 18:51:03 (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
r5587 r5592 29 29 30 30 {{if auth == "sqlalchemy"}} 31 # Configure the authentication backend31 # Configure the authentication backend 32 32 base_config.auth_backend = 'sqlalchemy' 33 base_config.sa_auth = Bunch() 33 34 base_config.sa_auth.dbsession = model.DBSession 34 35 base_config.sa_auth.user_class = model.User