Hi All. This is my first foray into web2py. I am pretty comfortable with python, but it's never been my primary language.
In any case I am building a Recipe database and UI for it which will feed a number of different systems and allow non-tech users to add and manipulate the recipes. Since this is a publishing house the 'recipes' really have a lot more associated with them than what you would generally assume thinking about recipes. This is replacing a shaky, older filemaker solution and a lot of the data is thrown all over the place, and there are multiple tables that are involved (nutrition information for example in a separate table) and the import process is going to involve parsing/cleaning almost-csv files and extracting information non-normalized data. I guess this process should happen just at the python shell? Or map a URL to a function maybe? This will likely be an iterative process with some amount of wiping the db and going again. Looking for any tips here. Also, is it appropriate to send code for review into this list from time to time? Thanks a lot Geoff

