Hi Brad, my response is inline
#if its a new record, something like ....
application = Application.objects.create(...)
#if you are updating a record, something like...
application = Application.objects.get(...) # can throw exception
application.field_name = something
application.save ()
> return HttpResponseRedirect(reverse('requestform:app_check', kwargs={'app_id': obj.id}))
>
> Any help would be appreciated.
>
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
> To post to this group, send email to django...@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2a2b6f24-b4c2-4575-9a52-85a892256c79%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.