A Django beginner here having a lot of trouble getting forms working. Yes I\'ve worked through the tutorial and browsed the web a lot - what I have is mix of what I\'m finding h
UserDetailsForm(request.POST, instance = db_obj_form)
db_obj should be an object of table UserProfile that you want to save.