NameError at /emp
name 'redirect' is not defined
Request Method: POST Request URL: http://localhost:62597/emp Django Version: 2.2 Exception Type: NameError Exception Value: name 'redirect' is not defined
Exception Location: E:\Django_Try\bot4\bot3\saeed\views.py in emp, line 14 Python Executable: E:\Django_Try\bot4\bot3\env\Scripts\python.exe Python Version: 3.6.6 Python Path: ['E:\\Django_Try\\bot4\\bot3',
'',
'E:\\Django_Try\\bot4\\bot3',
'E:\\Django_Try\\bot4\\bot3\\env\\Scripts\\python36.zip',
'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\DLLs',
'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\lib',
'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64',
'E:\\Django_Try\\bot4\\bot3\\env',
'E:\\Django_Try\\bot4\\bot3\\env\\lib\\site-packages']
Server time: Mon, 27 May 2019 23:01:46 +0000
from django.shortcuts import redirect def my_view(request): ... obj = MyModel.objects.get(...) return redirect(obj)
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/938de80b-874f-4339-a8ec-000bda037e74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.