setup views, templates, plots

This commit is contained in:
crflynn
2018-04-05 15:57:08 -04:00
parent 741e385e1e
commit 03995ebf5a
20 changed files with 881 additions and 32 deletions

View File

@@ -43,7 +43,7 @@ class Model(CRUDMixin, db.Model):
class SurrogatePK(object):
"""A mixin that adds a surrogate integer 'primary key' column.
Adds a surrogate integer 'primary key' columnnamed ``id`` to any
Adds a surrogate integer 'primary key' column named ``id`` to any
declarative-mapped class.
"""