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

Unable to integrate 'Payment Express' into Django Oscar #5

Open
datatales2017 opened this issue May 29, 2018 · 3 comments
Open

Unable to integrate 'Payment Express' into Django Oscar #5

datatales2017 opened this issue May 29, 2018 · 3 comments

Comments

@datatales2017
Copy link

datatales2017 commented May 29, 2018

When I run 'python manage.py migrate paymentexpress' 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.

@datatales2017
Copy link
Author

datatales2017 commented May 30, 2018 via email

@solarissmoke
Copy link
Member

You could try https://github.com/django-oscar/django-oscar-paypal which I think works.

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