Good day!
Tell me, please, how correctly in the model to associate the field with the native Django auth_user table (so that when added to the database, the user id is recorded).
And is it worth using Django's native authorization and registration if it fits the project or is it better to do something of your own?