Changes between Version 42 and Version 43 of UserGuidelines/Importer


Ignore:
Timestamp:
09/01/12 19:39:25 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Importer

    v42 v43  
    5050or from Web2Py CLI:
    5151{{{
    52 resource = s3mgr.define_resource("hms", "hospital")
     52resource = s3db.resource("hms_hospital")
    5353template = os.path.join(request.folder, resource.XSLT_PATH, "fods", "import.xsl")
    5454resource.import_xml("myhospitals.fods", template=template)