Major overhaul for standalone operation.

This removes some of the `edbob` reliance, as well as borrowing some templates
and styling etc. from Dtail.
This commit is contained in:
Lance Edgar 2013-09-01 15:31:50 -07:00
parent b9f61e6a47
commit 2a50e704ef
59 changed files with 1969 additions and 39 deletions

View file

@ -30,7 +30,7 @@ from webhelpers import paginate
from .core import GridView
from ... import grids
from ... import Session
from ...db import Session
__all__ = ['AlchemyGridView', 'SortableAlchemyGridView',