django-postgresql Questions
2
I have a problem with a Django application. Queries on the model Scope are extremely slow and after some debugging I still have no clue where the problem lies.
When I query the db like scope = Scop...
Vernverna asked 31/7, 2013 at 12:37
0
Referring to the example in Django documentation for multiple databases in one application,
https://docs.djangoproject.com/en/dev/topics/db/multi-db/#an-example
" It also doesn’t consider the int...
Encrata asked 18/6, 2013 at 13:19
0
My stack incudes django (1.4.3), psycopg2 (0.0.3), and postgres (9.1). Additionally, I am using psycogreen.gevent.patch_psycopg because I am serving up my django with gunicorn and gevent.
Everyth...
Diagonal asked 9/4, 2013 at 21:39
1
Solved
Ive actually had this problem for a while but I've finally decided to take it on. Postgres was initially installed using Brew.
After my upgrade to OSX 10.8.2 to receive a
psql: could not c...
Maidie asked 19/2, 2013 at 1:38
© 2022 - 2024 — McMap. All rights reserved.