Hello everyone, just getting acquainted with django and it became necessary to save the data in the database with the request, I saw examples of saving the form, but I do not need to use the form
def login(request): if request.method == 'POST': phone_sim = request.POST.get('number') userAditional.telefon = phone_sim.get('number') userAditional.telefon.save() As always, the answer is very simple, but unknowingly there are difficulties, with the query variable "number", in the database "telefon"