Skip to content

Commit

Permalink
moves all the "cookbook" logic over to the storage module and then
Browse files Browse the repository at this point in the history
removes the cookbook module.  the cookbook module was redundant since
i didn't know you can code all the features into the mongoengine
ODM classes directly. the commit also shuffles around some files to
start forming the structure for Flask, modifies the mongoengine
ODM fields slightly, and updates required unit tests.
  • Loading branch information
trp07 committed Feb 1, 2019
1 parent 02923b2 commit 32d6816
Show file tree
Hide file tree
Showing 19 changed files with 295 additions and 1,210 deletions.
1 change: 0 additions & 1 deletion pyrecipe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__version__ = "0.0.0"

from . import configure
from . import cookbook
from . import errors
from . import storage
from . import tradingpost
42 changes: 0 additions & 42 deletions pyrecipe/cookbook/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions pyrecipe/cookbook/__init__.py

This file was deleted.

323 changes: 0 additions & 323 deletions pyrecipe/cookbook/recipe.py

This file was deleted.

Loading

0 comments on commit 32d6816

Please sign in to comment.