My error( command python manage.py runserver) - File "/Users/username/virtual-env/lib/python2.7/site-packages/jsonfield/fields.py", line 3, in from django.utils import simplejson as json ImportError: cannot import name simplejson
I tried solutions from these two posts but they did not work in my case Cannot import name simplejson - After installing simplejson How to solve the ImportError: cannot import name simplejson in Django