On 17/10/2011 23:14, Jonathan Lundell wrote:
but modules don't have direct access to the db... maybe the two easiest ways are:Or import it from a module.
1. define it in a model file... at least in a mylib.py file separeted to the main db.py or other file you use to define models.
2. use the same controller file to define all your controller functions that refer to the function you are talking to
I hope I've been useful
bye
Manuele

