[ad_1]
You need to import redirect from django.shortcut with
from django.shortcuts import redirect
This is well documented in the Django’s shortcut documentation.
[ad_2]
solved undefined name in function ‘redirect’
[ad_1]
You need to import redirect from django.shortcut with
from django.shortcuts import redirect
This is well documented in the Django’s shortcut documentation.
[ad_2]
solved undefined name in function ‘redirect’