The first error you encounter when you start writing Python is usually NameError. "NameError: name 'xxx' is not defined" Have you ever seen this message and felt ...
Having this issue as well, pretty annoying. I'm on Django 1.9.2 and Python 3.5, but this is of course something which only can work on Python 2, because basestring doesn't exist in Python 3. I had no ...