Skip to content

Instantly share code, notes, and snippets.

@roramirez
Created September 7, 2016 14:02
Show Gist options
  • Save roramirez/b0a5fc3cb854d084643ea00cc7377d1b to your computer and use it in GitHub Desktop.
Save roramirez/b0a5fc3cb854d084643ea00cc7377d1b to your computer and use it in GitHub Desktop.
form = MyFormForm(request.POST)
if form.is_valid():
obj = form.save(commit=false)
obj.created_by = request.user
obj.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment