Changeset 2269
- Timestamp:
- 12/22/06 16:45:34 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/turbogears/qstemplates/quickstart/test.cfg_tmpl
r2264 r2269 1 1 # You can place test-specific configuration options here (like test db uri, etc) 2 2 # 3 4 #if $sqlalchemy != "True" 5 sqlobject.dburi = "sqlite:///:memory:" 6 #else 7 sqlalchemy.dburi = "sqlite:///:memory:" 8 #end if 9