Guest User

Untitled

a guest
Jun 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. def create(request):
  2.     if request.user.is_authenticated():
  3.         if request.method == 'POST':
  4.             name = request.POST["name"]
  5.             deadline = request.POST["deadline"]
Add Comment
Please, Sign In to add comment