Re: Django with PostgreSQL on Debian.

2011-01-06 Thread Thomas
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

Re: Django with PostgreSQL on Debian.

2011-01-06 Thread Tonton
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

Django with PostgreSQL on Debian.

2011-01-06 Thread Peter L. Berghold
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