You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: