convenience commit
This commit is contained in:
parent
4df92ee794
commit
561f25a5f3
10 changed files with 45 additions and 136 deletions
2
edbob/pyramid/templates/index.mako
Normal file
2
edbob/pyramid/templates/index.mako
Normal file
|
@ -0,0 +1,2 @@
|
|||
<%inherit file="/edbob/index.mako" />
|
||||
${parent.body()}
|
|
@ -34,6 +34,7 @@ from webhelpers.html.tags import link_to
|
|||
|
||||
from edbob.pyramid.views.autocomplete import *
|
||||
from edbob.pyramid.views.form import *
|
||||
from edbob.pyramid.views.grid import *
|
||||
|
||||
|
||||
def forbidden(request):
|
||||
|
|
|
@ -33,7 +33,10 @@ from edbob.pyramid import Session
|
|||
from edbob.util import requires_impl
|
||||
|
||||
|
||||
class Grid(object):
|
||||
__all__ = ['GridView']
|
||||
|
||||
|
||||
class GridView(object):
|
||||
|
||||
@property
|
||||
@requires_impl(is_property=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue