[web2py] Data Fixtures

2012-03-08 Thread Bruce Wade
Hi, I have seen lots of postings about people wanting to pre-load data (fixtures) in web2py. However I have never found a standard solution. What are the best practices? Also before someone suggests putting them in the models directory I don't think that is a good idea. I would prefer something m

[web2py] Data fixtures in web2py

2010-10-19 Thread Luther Goh Lu Feng
I am also trying to prepopulate my database with records similar to http://groups.google.com/group/web2py/browse_thread/thread/4a80b47d8139e105/54ff156bdce3bc42?lnk=gst&q=fixture#54ff156bdce3bc42 What is the best way to achieve this in web2py?