Advertisement
dennoh

Untitled

Sep 1st, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. if add_product.is_valid():
  2.     add_product = add_product(commit=False)
  3.     add_product.user = request.user
  4.     add_product.save()
  5. .....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement