Python - How to import 'ensure_csrf_cookie' -- django

Import ensure_csrf_cookie

To import ensure_csrf_cookie, Add the following line to the top of your code.

from django.views.decorators.csrf import ensure_csrf_cookie

 

For more information about ensure_csrf_cookie:
django ensure_csrf_cookie