diff --git a/path.py b/path.py index 192088d..15d590c 100644 --- a/path.py +++ b/path.py @@ -22,6 +22,8 @@ class PathType(db.Model): ################################################################################ class Path(db.Model): + __allow_unmapped__ = True + """Class describing a Path in the database Attributes: