I'm using webfaction server and I'm trying to use south on a django app. I installed south with
pip install south --no-use-wheel
And it was installed. But, when I try
python2.7 manage.py help
I can't see south commands. What can I do?
I'm using webfaction server and I'm trying to use south on a django app. I installed south with
pip install south --no-use-wheel
And it was installed. But, when I try
python2.7 manage.py help
I can't see south commands. What can I do?
Copyright © 2021 Jogjafile Inc.
The solution was just add the app to INSTALLED_APPS