Re: Migrating app from Django 1.3.3 to 1.4

2012-08-07 Thread Germán
What other applications/extensions are you using? I remember a similar problem using debug-toolbar. I had to upgrade it to a newer revision (can't remember if the necessary changes were already contained in a release). On Tuesday, August 7, 2012 10:24:06 AM UTC-4, dokondr wrote: > > Hi all! > I

Re: Migrating app from Django 1.3.3 to 1.4

2012-08-07 Thread Aaron C. de Bruyn
On 2012-08-07 at 07:24:06 -0700, dokondr wrote: > DATABASES = { >'default': { > 'ENGINE': 'django.db.backends.sqlite3', # Add Do you actually have the sqlite3 library installed? (Debian/Ubuntu: apt-get install python-pysqlite2) > ImproperlyConfigured: settings.DATABASES is improperly

Migrating app from Django 1.3.3 to 1.4

2012-08-07 Thread dokondr
Hi all! I am trying to run ConceptNet (http://csc.media.mit.edu/docs/conceptnet/install.html) originally deployed on Django 1.3. When running this app with Django1.4 on Mac OS X 10.6.8. (Snow Leopard) I get: "ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the