Changes between Version 2 and Version 3 of TracSqlAlchemyBridgeIntegration
- Timestamp:
- 02/11/11 03:05:14 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracSqlAlchemyBridgeIntegration
v2 v3 25 25 == Example == 26 26 27 You define your tables as SQLAlchemy tells you to on it 's docs.27 You define your tables as SQLAlchemy tells you to on its docs. 28 28 29 Making trac upgrade it 's tables to include yours(from the plugin I was developing from which this package was born):29 Making trac upgrade its tables to include yours (from the plugin I was developing from which this package was born): 30 30 {{{ 31 31 #!python 70 70 }}} 71 71 72 Then to use it in your code (from the plugin I was developing from which this package was born):72 Then to use it in your code (from the plugin I was developing from which this package was born): 73 73 {{{ 74 74 #!python

