Thanks Cristian. What I'm considering is use a export/import function in the app, only visible to the administrator. Because I want to develop a kind of wiki, with its content, on local. So I'll use export_to_csv_file and import_from_csv_file.
The export process is working for me right now, but the import process gives an integrity error. Reading the book, it must be some issue with the uuids... El miércoles, 19 de junio de 2013 07:28:02 UTC+2, Christian Foster Howes escribió: > > i wouldn't copy data personally, i consider localhost a test environment, > and GAE proper production and i just make my production data there. > > if you do want to copy data look at the GAE bulk loader: > https://developers.google.com/appengine/docs/python/tools/uploadingdata -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

