Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

database python

0
votes
0 answers
34 views

Distributing a Python/Django app and handling database replication

We have developed a Python/Django app which we would like to distribute to clients, so they can run it locally (on a VM). We are doing this so they…
asked June 23, 2011 8:23 pm CDT
David
0
votes
0 answers
27 views

Memcached advice/tutorial? (using in python framework + backend)

is there a skeleton setup example (with the options available for each of the api configurable values?)? this question/answer get close to what i…
asked June 9, 2011 8:29 am CDT
user664304
0
votes
2 answers
54 views

Trouble setting up psycopg2 (PostGreSQL/python database)

Hey, I'm pretty new to linux (using Ubuntu 11.04) so bear with me here. I downloaded psycopg2 2.4.1 from…
asked May 30, 2011 1:50 pm CDT
user624869
1
vote
1 answers
35 views

Fetch All In APSW

Hi, You know there isnt any "fetchall" method for APSW . We can only use .next() method. So How can I take the result of an execute command with…
asked May 6, 2011 8:00 am CDT
Shansal
1
vote
1 answers
35 views

Ways to detect data redundancy between tables with different structures

Im working on problem that involves multiple database instances created at different time point, each with different table structures. The problem…
asked May 3, 2011 1:16 am CDT
C-Ram
0
votes
4 answers
33 views

Nosql db for python

what are the popular nosql databases that are used from python ? i know there are a few options as explained at http://nosql-database.org/ but what…
asked April 29, 2011 8:15 am CDT
silviud
-1
votes
1 answer
36 views

In Django, how do I make uniques on 3 fields?

class ExternalFriends(models.Model): external_user = models.ForeignKey(User) name = models.CharField(max_length=20, null=False, blank=False,…
asked April 25, 2011 8:42 pm CDT
TIMEX
0
votes
1 answers
47 views

SqlAlchemy IntegrityError

I'm trying to get a whole bunch of data off of facebook, and add objects into the database as I process them. For likes, for example, I am just…
asked April 21, 2011 5:59 pm CDT
awfullyjohn
0
votes
2 answers
56 views

Set up a Relational Table

import sqlite3 # data NOKTALAR = ( ('Nokta1', 'AO', 'CVXY', '1'), ('Nokta2', 'AO', 'CVXY', '1'), ('Nokta3', 'BO', 'MESR', '1'), ('Nokta4', 'BO',…
asked April 21, 2011 6:14 am CDT
Shansal
0
votes
2 answers
48 views

(PostgreSQL) Select NULL Values In SQLAlchemy

Here's my (PostgreSQL) table -- test=> create table people (name varchar primary key, marriage_status varchar) ; test=> insert into people…
asked April 8, 2011 11:40 pm CDT
Jerry
0
votes
1 answer
37 views

Best practice for maintaining the order of a subset of records.

I am trying to implement a playlist, and right now I come up with these tables: playlist id title creator playlist_item id item_id playlist_id…
asked April 8, 2011 2:41 am CDT
Satoru.Logic
0
votes
4 answers
47 views

Scheme-less database solution to work on one machine only?

I am looking for a scheme-less database to store roughly 10[TB] of data on disk, ideally, using a python client. The suggested solution should be…
asked April 7, 2011 10:38 pm CDT
user540009
0
votes
1 answer
39 views

Django south broke my db (can't drop constraint)

I wanted to add a table and a foreign key to that table. Initially I had: class VirtualMachine(models.Model): ... I then changed that to: class…
asked April 7, 2011 6:48 pm CDT
Claudiu
0
votes
1 answer
43 views

How would I perform this query in Django?

class ExternalUser(models.Model): user = models.ForeignKey(User) external_account_id = models.CharField(max_length=200, null=True, blank=True) class…
asked April 6, 2011 3:00 am CDT
TIMEX
0
votes
2 answers
43 views

What's the difference between these two ways of implementing `on duplication increment`?

Assume that I have a table user_count defined as follows: id primary key, auto increment user_id unique count default 0 What I want to do is…
asked March 21, 2011 8:23 pm CDT
Satoru.Logic
0
votes
0 answers
43 views

Software inventory classification

I have create an inventory of softwares.(10,000 entries).how can i classify softwares given list to inventory list.i want to classify softwares as…
asked March 18, 2011 12:50 am CDT
user417886
0
votes
1 answer
34 views

Cursor.execute("INSERT INTO im_entry.test ("+entrym+") VALUES ('"+p+"');")

entrym='entry' entrym=entrym+ str(idx) cursor.execute("INSERT INTO im_entry.test ("+entrym+") VALUES ('"+p+"');") I am using a query like this..…
asked March 17, 2011 12:16 pm CDT
Ria
0
votes
4 answers
58 views

Is it possible to Insert a python tuple in a postgresql database

is it possible to Insert a python tuple in a postgresql database
asked March 17, 2011 11:47 am CDT
Ria
0
votes
1 answer
38 views

Postgresql table updation

I updated a database table using postgresql from python My code was import psycopg2 connection=psycopg2.connect("dbname=homedb user=ria")…
asked March 17, 2011 7:42 am CDT
Ria
0
votes
1 answers
34 views

PostgreSql and Python

I am using python and postgresql. I have a table with 6 column. One id and 5 entries. I want to copy the id and most repeated entry in 5 entries to…
asked March 17, 2011 2:09 am CDT
Ria
Pages : 1 | 2 | 3 >
47

database python

Tagged: database + python
Related Tags
regex × 464
mysql × 299
django × 240
apache × 144
http × 114
sqlite × 98
postgresql × 92
mongodb × 77
mod-wsgi × 65
database × 47
sql × 40
sqlalchemy × 37
php × 37
nginx × 31
string × 29
apache2 × 29
ssl × 27
nosql × 26
mysql-python × 25
linux × 24
pymongo × 23
ftp × 23
openssl × 23
memcached × 21
sqlite3 × 21
redis × 19
ubuntu × 19
hadoop × 19