Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Проблемы с South в django 1.9+ #3

Open
FeroxTL opened this issue May 16, 2016 · 0 comments
Open

Проблемы с South в django 1.9+ #3

FeroxTL opened this issue May 16, 2016 · 0 comments

Comments

@FeroxTL
Copy link

FeroxTL commented May 16, 2016

В django начиная с версии 1.7 поставляется собственный мигратор, который конфликтует с South. При установке данного приложения на django 1.9 возникает следующая ошибка

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.

Django 1.8 тоже ругается, но по крайней мере запускается проект успешно. А вот в 1.9 уже нет. При этом в настройках South нет. Пожалуйста, уберите из зависимостей South (а лучше сделайте с ним интеграцию по этой схеме) и сделайте поддержку новых версий Django

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant