Q:
TypeError at /edit_user/ ‘set’ object is not reversed.
error page as shown
as shown, this could be a url. Py urlpatterns file is a collection of the set {}. We just change it to list type [].
then you can redirect the
Q:
TypeError at /edit_user/ ‘set’ object is not reversed.
error page as shown
as shown, this could be a url. Py urlpatterns file is a collection of the set {}. We just change it to list type [].
then you can redirect the