incoming Create flow with tests

This commit is contained in:
Mouse Reeve
2021-02-15 19:41:22 -08:00
parent 81e2021f92
commit 12a3aa9667
6 changed files with 129 additions and 186 deletions

View File

@@ -23,7 +23,6 @@ class Create(Verb):
def action(self):
''' create the model instance from the dataclass '''
# check for dupes
self.object.to_model()