Hello,

I am having a hell of a time getting Django-CMS up and running. I am
using Django 1.1.1, and South 0.7.3 (by way of using easy_install
south systemwide, though my Ubuntu synaptic package manager says
0.6-1) on Ubuntu 10.04 (Lucid). I am following the CMS tutorial at
http://readthedocs.org/projects/ojii/django-cms/docs/tutorial.html.
When I try to run import south from the manage.py shell, I get the
following error:

There is no South database module
'south.db.south.db.django.db.backends.postgresql_psycopg2' for your
database. Please either choose a supported database, check for
SOUTH_DATABASE_ADAPTER[S] settings, or remove South from
INSTALLED_APPS.

I have south in the INSTALLED_APPS, and my database in settings.py is:

DATABASE_ENGINE = 'django.db.backends.postgresql_psycopg2'

Any detailed help would be much appreciated,

Bill

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to