Changes between Version 14 and Version 15 of DeveloperGuidelines/PrePopulate


Ignore:
Timestamp:
02/27/14 16:24:12 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/PrePopulate

    v14 v15  
    8787This offers us better options to automate the import of data.
    8888{{{
    89 # Function to handle conflicts
    90 s3db.configure("supply_item", deduplicate=response.s3.item_deduplicate)
     89auth.override = True
    9190resource = s3db.resource("supply_item")
    9291resource.import_xml(open("/home/web2py/applications/eden/static/formats/s3csv/eric.csv", "r"),