Add docs for new batch system.

And some other tweak(s).
This commit is contained in:
Lance Edgar 2015-02-13 01:12:20 -06:00
parent 6c7f1afcf4
commit 937a55c14d
7 changed files with 148 additions and 5 deletions

View file

@ -182,4 +182,7 @@ class VendorCatalogRowCrud(BatchRowCrud):
def includeme(config):
"""
Add configuration for the vendor catalog views.
"""
defaults(config, VendorCatalogGrid, VendorCatalogCrud, VendorCatalogRowGrid, VendorCatalogRowCrud, '/vendors/catalogs/')