In Django,
./manage.py test
when you encounter the error
NameError: name 'module1' is not defined
If you are using Python 3.4, the quickest solution is to update to Python 3.6 or a later version.
Comments