I'm reading the Django tutorial and I would try to code one my little example based on it. When I type:
python3 manage.py runserver
I had this error:
Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x103da9488>
I have only one simple url with one "Hello Wordl" simple view. Could someone help me? (I'm running Python 3.5.1 and Django 1.9.5).