Changeset 5078
- Timestamp:
- 08/02/08 14:38:25 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/tg.devtools/trunk/devtools/templates/turbogears/+package+/model/__init__.py_tmpl
r5073 r5078 26 26 def init_model(engine): 27 27 """Call me before using any of the tables or classes in the model.""" 28 29 DBSession.configure(bind=engine) 28 30 29 31 # If you are using reflection to introspect your database and create