for me it is working too
settings.py:
"ENGINE": "django.db.backends.postgresql_psycopg2",
# aptitude search python-psycopg2
i python-psycopg2 - Python module for PostgreSQL
good luck,
TR
Am 06.01.2011 um 17:36 schrieb Tonton:
> on my ubuntu
> in the set
on my ubuntu
in the settings . py
'ENGINE': 'django.db.backends.postgresql_psycopg2',
i've seen works with
'ENGINE': 'postgresql_psycopg2',
On Thu, Jan 6, 2011 at 5:32 PM, Peter L. Berghold wrote:
> Having gotten through the first few obstacles, I am now trying to build
> an ap
Having gotten through the first few obstacles, I am now trying to build
an app on a Debian based (Linux Mint, actually) and I am running into
the following message when running the development server:
django.core.exceptions.ImproperlyConfigured: Error loading psycopg
module: No module named psycop
3 matches
Mail list logo