I answered an exam that states a Django's view is not necessarily a Python's function.
But,in Django's documentation (https://docs.djangoproject.com/en/1.8/topics/http/views/) it is stated that a view is simply a Python's function.
What else could a view be made of?