Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def update_employees(request , id):
- if request.session['username'] != "cm_abrar":
- return redirect(customer_view.login)
- else:
- print("ID is : ")
- print(id)
- return redirect(show_employees)
Advertisement
Add Comment
Please, Sign In to add comment