Re: httplib exception in Django model

2012-09-20 Thread airween
Hello, On Wednesday, September 19, 2012 7:45:00 PM UTC+2, Alexis Roda wrote: > > Al 19/09/12 10:42, En/na airween ha escrit: > > >File "/usr/lib/python2.6/socket.py", line 547, in create_connection > > for res in getaddrinfo(host, port, 0, SOCK_STR

"Dynamyc" modells

2012-03-12 Thread airween
Hello, I don't know how can I tell you my question :) There are many lists - lists contains items (in this case those items are promotion codes for marketing agencies, but it doesn't matter). I need (I want) to store every lists in different table. I can make a List model, which describes name

Different classes uses different databases

2012-02-21 Thread airween
Hello there, I have to create two (or more) classes, and rows of classes are stored in different databases. I've read about multi-db: https://docs.djangoproject.com/en/dev/topics/db/multi-db/ - that's clear for me. (Or may be I'm confused...) Is it the only way to handle the databases and