[ConceptNet] Issue report

Post date: May 28, 2012 7:36:43 AM

Name: Jack Ho

ConceptNet Version: Concept Net 4

Problem Description:

The Django 1.4 has broken the compatibility with old database settings.

You will see error messages like "django.core.exceptions.ImproperlyConfigured: settings.DATABASES is

improperly configured. Please supply the ENGINE value..." when query the ConceptNet

Reproduce the issue:

Any access to the concept net could reproduce the issue, for instance:

from csc.conceptnet.models import *

# get concept "電影"

movie= Concept.get(u'電影', 'zh-Hant')

Development Environment (Python etc. version):

Python 2.7

Django 1.4

Solution suggestion, if any:

Modify the DB setting format in the file

Python27\Lib\site-packages\conceptnet\django_settings\__init__.py

to fit the new format

Additional stuff... ___________