Re: Hosting Django website

2012-04-09 Thread eduardoorige
I using heroku for host my django sites. Good and free. Try it. www.heroku.com Em domingo, 8 de abril de 2012 10h59min51s UTC-3, KasunLak escreveu: > > Hi all, > > I have created a website using django. I want to host it now. Can you > suggest me a best way to host it? I have noticed it is poss

Re: attaching values of a m2m to a dictionary

2011-08-01 Thread eduardoorige
: > On 1 août, 20:24, eduardoorige wrote: > > > > > > > Thanks for your reply.. > > > Each Acesso have a sector which is Unique. Acesso`s _unicode is > > SECTOR. > > When I set for the first time values for this rule(Acesso), the > > dicti

Re: attaching values of a m2m to a dictionary

2011-08-01 Thread eduardoorige
x27;: {'forbidden':[], 'free':[]}} and return empty values for each new save. I'm using postgresql. On Aug 1, 2:54 pm, bruno desthuilliers wrote: > On 1 août, 17:16, eduardoorige wrote: > > > Good morning people. > > I made ​​a signal that plays m2m ta

attaching values of a m2m to a dictionary

2011-08-01 Thread eduardoorige
Good morning people. I made ​​a signal that plays m2m table values ​​to a dictionary. For example: dic = {'SECTOR': {'forbidden': [Genres ,...], 'released': [Genres ,...]}} There is a table of company sectors, each of these sectors has access rules prohibited and released. The genres are content