from django.shortcuts import render from django.http import HttpResponse from django.template import Template, Context from pic_fin import *
Error reporting
No module named 'pic_fin'
pin_fin.py is placed in the same directory as views.py.
The previous project used python2.7, and the project did not report any errors. Now for some reasons, I changed it to python3.5, and then I got an error.
Try changing to