Stole grids and grid-based views from edbob
.
This commit is contained in:
parent
aad5e6e2bd
commit
578e4bde2a
14 changed files with 1093 additions and 6 deletions
|
@ -31,7 +31,7 @@ from sqlalchemy import and_
|
|||
from edbob.pyramid.views import SearchableAlchemyGridView
|
||||
|
||||
from rattail.pyramid.views import CrudView
|
||||
from rattail.pyramid.grids import EnumSearchFilter
|
||||
from rattail.pyramid.grids.search import EnumSearchFilter
|
||||
from rattail.pyramid.forms import AssociationProxyField, EnumFieldRenderer
|
||||
from rattail.db.model import (
|
||||
Employee, EmployeePhoneNumber, EmployeeEmailAddress, Person)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue