[Answer]-Django: using the URL request as the name of a model's field 16 December 2023 by thecoderscamp.com 1👍 ✅ Use getattr and setattr to access an attribute using a variable name. In your case, it would be: word = Word.objects.get(...) setattr(word, fieldName, True) 👤Kevin Stone [Answer]-Nmap http-form-brute fails for admin form in django Source:stackexchange.com