django-oscar / django-oscar-paymentexpress

Integration with Payment Express for django-oscar
BSD 3-Clause "New" or "Revised" License
10 stars 9 forks source link

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

Open datatales2017 opened 6 years ago

datatales2017 commented 6 years ago

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 INSTALLEDAPPS. I've read about south being removed from the current versions >1.7 How can I fix this?

solarissmoke commented 6 years ago

Unfortunately this package has not been updated since 2014, and is unlikely to work with Django 1.11 or 2.0.

datatales2017 commented 6 years ago

Thanks for the reply. What can I do now? Is there any other payment engine that I can integrate with django?

On Tue, May 29, 2018, 10:45 PM Samir Shah notifications@github.com wrote:

Unfortunately this package has not been updated since 2014, and is unlikely to work with Django 1.11 or 2.0.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/django-oscar/django-oscar-paymentexpress/issues/5#issuecomment-393012811, or mute the thread https://github.com/notifications/unsubscribe-auth/Ab4Zx8h7-sWePRA9WE-tFVoytH5FeLttks5t3getgaJpZM4USHBV .

solarissmoke commented 6 years ago

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