Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Roadmap
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 25
and
Version 26
of
Haiti
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
01/16/10 21:45:19 (
14 years
ago)
Author:
Fran Boon
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Haiti
v25
v26
35
35
db.export_to_csv_file(open('db.csv','wb'))
36
36
Ctrl+D
37
}}}
38
Remove reference Tables from CSV file (don't want to import duplicates!)
39
{{{
37
40
python web2py.py -S dev -M
38
41
db.import_from_csv_file(open('db.csv','rb'))