django-oscar-datacash icon indicating copy to clipboard operation
django-oscar-datacash copied to clipboard

Error integrating datacash

Open datatales2017 opened this issue 6 years ago • 1 comments

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?

datatales2017 avatar May 29 '18 20:05 datatales2017

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.

solarissmoke avatar May 30 '18 02:05 solarissmoke