I am setting up a registration system that creates a new entry in my auth_user table. I'm trying to add some custom fields to the registration for firstName, lastName. that are meant to be stored in another related table littleTalkApp_profile
The registration form works and a new entry into littleTalkApp_profile is created, but the firstName, lastName fields are [null]
On the web app, I've used dev tools to inspect the registration post request and the payload seems to get everything:
status code: 302 found
username: test
email: test@test.com
firstName: test
lastName: test2
password1: 1234
password2: 1234