Hi all, I am using Python 2.7.6, Django 1.8.7, Mezzanine 4.1.0 I've used an app called onepage to help me with the site. As of the last update, the app uses south on this part:-
from south.utils import datetime_utils as datetime from south.db import db from south.v2 import SchemaMigration from django.db import models Any attempts to deploy are met with errors below There is no South database module 'south.db.postgresql_psycopg2' for your database. Please either choose a supported database, check for SOUTH_DATABASE_ADAPTER[S] settings, or remove South from INSTALLED_APPS. or django.db.migrations.loader.BadMigrationError: Migrated app u'onepage' contains South migrations. Make sure all numbered South migrations are deleted prior to creating Django migrations. I have tried installing and uninstalling south to no avail. It seems I have to use south regardless. Is there a known work around to this? Any help is appreciated.. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
