Changes between Version 1 and Version 2 of BluePrintRESTImplementation
- Timestamp:
- 12/31/08 07:52:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintRESTImplementation
v1 v2 13 13 if method=="create": 14 14 form=t2.create(db.gis_feature) 15 response.view='gis/add_feature.html' 15 16 return dict(module_name=module_name,modules=modules,options=options,form=form) 16 17 elif method=="display":