6👍
✅
Django 1.9.x does not support Python 3.3:
https://docs.djangoproject.com/en/1.9/faq/install/#what-python-version-can-i-use-with-django
Typically, we will support a Python version up to and including the
first Django LTS release whose security support ends after security
support for that version of Python ends. For example, Python 3.3
security support ends September 2017 and Django 1.8 LTS security
support ends April 2018. Therefore Django 1.8 is the last version to
support Python 3.3.
You can either downgrade to Django 1.8 or upgrade your Python interpreter to 3.4 or higher.
Source:stackexchange.com