Removed: Pyramid Debug Toolbar dependency removed.

Recipe: Recipe list and Add / Delete recipe created.
Breaking: Major updates to old databases needed as structure has changed significantly
Product table is not a inherited table similar to ledger table
table prefixes for entities removed
renamed a few tables
removed file types not used from the manifest
README.txt now contains the installation procedure on an Ubuntu 14.04 machine
Product.ShowForPurchase column removed
Product.Discountinued renamed to !Product.IsActive
This commit is contained in:
Amritanshu
2014-04-29 15:38:44 +05:30
parent 246f8465d7
commit 1448120941
48 changed files with 1094 additions and 264 deletions

View File

@ -8,7 +8,6 @@ CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
requires = [
'pyramid',
'pyramid_debugtoolbar',
'waitress',
'transaction',
'zope.sqlalchemy',