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
Hello,
here is the sample code:
#!/usr/bin/python
> # -*- charset: utf-8 -*-
>
> import sys
> import httplib
> import base64
>
>
> httphost, httpport = "www.foo.com", 80
> httpuri = "/addrs.php"
>
> conn = httplib.HTTPConnection(httphost, httpport)
>
> conn.request("GET", str(httpuri))
>
>
>
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
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 class
4 matches
Mail list logo