[Django]-How to run south manage.py commands from PyCharm?

5👍

Please see PY-2859.

If south is added to INSTALLED_APPS migrate command should be in the list. It can be absent in case of PyCharm doesn’t understand the structure of your project properly.

Leave a comment