Mercurial > hg > ZDBInterface
comparison RestDbInterface.py @ 17:48ed91b29784
added stuff from RestDbGisApi to WritableRestDbInterface.
changed meta_type of RestDbInterface (remove "2").
| author | casties |
|---|---|
| date | Thu, 23 Feb 2012 08:33:48 +0100 |
| parents | d70e57193731 |
| children | 60fea3a6c695 |
comparison
equal
deleted
inserted
replaced
| 16:5b99c04c567c | 17:48ed91b29784 |
|---|---|
| 25 omitting table gives a list of schemas | 25 omitting table gives a list of schemas |
| 26 omitting table and schema gives a list of schemas | 26 omitting table and schema gives a list of schemas |
| 27 """ | 27 """ |
| 28 implements(IPublishTraverse) | 28 implements(IPublishTraverse) |
| 29 | 29 |
| 30 meta_type="RESTdb2" | 30 meta_type="RESTdb" |
| 31 manage_options=Folder.manage_options+( | 31 manage_options=Folder.manage_options+( |
| 32 {'label':'Config','action':'manage_editRestDbInterfaceForm'}, | 32 {'label':'Config','action':'manage_editRestDbInterfaceForm'}, |
| 33 ) | 33 ) |
| 34 | 34 |
| 35 # management templates | 35 # management templates |
