Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Error integrating datacash #12

Open
datatales2017 opened this issue May 29, 2018 · 1 comment
Open

Error integrating datacash #12

datatales2017 opened this issue May 29, 2018 · 1 comment

Comments

@datatales2017
Copy link

When I run 'python manage.py migrate datacash' the below error is given.

File "C:\Users\manasa\Anaconda3\lib\site-packages\paymentexpress\migrations\0001_initial.py", line 3, in
from south.db import db
ImportError: No module named 'south'

I tried installing south, I get the below error.
M:\frobshop>python manage.py migrate datacash
There is no South database module 'south.db.sqlite3' for your database. Please either choose a supported database, check for SOUTH_DATABASE_ADAPTER[S] settings, or remove South from INSTALLED_APPS.
I've read about south being removed from the current versions >1.7
How can I fix this?

@solarissmoke
Copy link
Member

Unfortunately this package has not been updated since 2014, and is unlikely to work with Django 1.11 or 2.0. For starters it hasn't been updated to use new-style Django migrations.

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

No branches or pull requests

2 participants