8👍
dont be a sudoer when installing south or running syncdb. just do
pip install south python manage.py syncdb
0👍
Just Remove south from installed apps
Django 1.7 and higher do not need South
To remove south use pip uninstall south then y to completely remove it
- [Django]-How to change tastypie time format
- [Django]-Django Gunicorn: Unable to find application
- [Django]-Django TemplateDoesNotExist
- [Django]-SIGWINCH ignored. Not daemonized
Source:stackexchange.com