Add initial versioning support with SQLAlchemy-Continuum.
This commit is contained in:
parent
41dd2ef17b
commit
def466935b
43 changed files with 717 additions and 26 deletions
3
tailbone/templates/vendors/versions/index.mako
vendored
Normal file
3
tailbone/templates/vendors/versions/index.mako
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="/versions/index.mako" />
|
||||
${parent.body()}
|
3
tailbone/templates/vendors/versions/view.mako
vendored
Normal file
3
tailbone/templates/vendors/versions/view.mako
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="/versions/view.mako" />
|
||||
${parent.body()}
|
Loading…
Add table
Add a link
Reference in a new issue