I am completely new to python as well as to Django. I got a sample Django Rest project. When I run:
python manage.py makemigrations
I get the error:
ImportError: No module named django_extensions
How can I solve this?
I am running it in a virtualenv
/path/to/your/virtual-environment/bin/python manage.py makemigrations
or justpython manage.py makemigrations
? – Oldie