Add 'fake_error' view to test exception handling.
This commit is contained in:
parent
c6ca64574b
commit
be41d0bb1e
3 changed files with 23 additions and 4 deletions
|
@ -26,5 +26,7 @@
|
|||
Grid Views
|
||||
"""
|
||||
|
||||
from .core import *
|
||||
from .alchemy import *
|
||||
from tailbone.views.grids.core import GridView
|
||||
from tailbone.views.grids.alchemy import (
|
||||
AlchemyGridView, SortableAlchemyGridView,
|
||||
PagedAlchemyGridView, SearchableAlchemyGridView)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue