Downloaded the latest release of this project. (branch 19) and ran it with python manage.py runserver (every dependency is installed as far as I know)
Returns error: django.db.utils.OperationalError: table "social_comment" already exists, which was fine, I removed the database and ran python manage.py runserver again.
...
Manage.py makes the database and still returns django.db.utils.OperationalError: table "social_comment" already exists
How can I fix this?