Changeset 3798 for sample

Show
Ignore:
Timestamp:
06/21/11 11:16:51 (11 months ago)
Author:
elemoine
Message:

sample - no the_geom column in the Form Alchemy? grid

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sample/trunk/mapfishsample/forms/__init__.py

    r3718 r3798  
    3131## Initialize grids 
    3232 
     33PoiGrid = Grid(model.Poi) 
     34PoiGrid.configure(exclude=[PoiGrid.the_geom]) 
     35 
    3336#FooGrid = Grid(model.Foo) 
    3437#ReflectedGrid = Grid(Reflected) 
     38 
    3539 
    3640from geoformalchemy.base import GeometryFieldRenderer