Hello.
I've created a virtualenv in my app.
I've installed django 1.10.0 in that virtualenv.
When I want to apply my $ python manage.py migrate, an error occurs "Import error, no module named pandas"
If i install pandas, then there seems to be an error with te version of numpy.
What's happening?, How can I solve this?
Thanks