[Answered ]-Can't add module in Heroku, Django "Error: No module named South"

1👍

What is app name in INSTALLED_APPS? It should be ‘south’ (lowercase).

1👍

Did you remember to commit your requirements.txt. I think Heroku installs only the dependencies from the committed requirements.txt and completely disregards any packages you may have installed locally.

Leave a comment