1
I am answering my own question. I had to call django.setup() in the interactive Python shell.
import django
django.setup()
Source:stackexchange.com
1
I am answering my own question. I had to call django.setup() in the interactive Python shell.
import django
django.setup()