South not working in Webfaction

74 Views Asked by At

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?

1

There are 1 best solutions below

0
On

The solution was just add the app to INSTALLED_APPS