0

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?

Filipe Ferminiano
  • 8,373
  • 25
  • 104
  • 174

1 Answers1

1

The solution was just add the app to INSTALLED_APPS

Filipe Ferminiano
  • 8,373
  • 25
  • 104
  • 174