Hi, I need to have a few rows of data in the database for configuration purposes. I just need to set them once and forget about them, in some sense that they are like 'constants'.
What is the best approach to do this with web2py? Or should I just do it completely separately from web2py, e.g. insert them using SQL command line before I start the app? --