Hi, I'm have a simple question. I'm developing a toy website that is like a shopping list. It has 'Items', 'Categories', 'Recipes', etc...
Would you put everything in the default controller (default.py), or create multiple controllers - one for each thing (item.py, category.py, etc). What's the web2py convention? Thanks!

