Add docs for new batch system.
And some other tweak(s).
This commit is contained in:
parent
6c7f1afcf4
commit
937a55c14d
7 changed files with 148 additions and 5 deletions
3
tailbone/views/vendors/catalogs.py
vendored
3
tailbone/views/vendors/catalogs.py
vendored
|
@ -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/')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue