Re: load settings on database

2012-02-16 Thread bruno desthuilliers
On Feb 16, 4:55 am, Anderson Borges wrote: > Hey guys > I am learning django and I have a question > I have a table in my database call SettingsUser so how can I load this table > to all views on my application? I just don't understand what "loading a table" is supposed to mean. If you want to

load settings on database

2012-02-15 Thread Anderson Borges
Hey guys I am learning django and I have a question I have a table in my database call SettingsUser so how can I load this table to all views on my application? I do not want past and copy to each function in my view and I don't know if I can load just once before de view is call. thanks. :D -