Posts by Carolina Bury • 13 points
1 post
-
1
votes1
answer34
viewsQ: Django form for single key
Good afternoon, everyone. I have a model in Django with a field - phone - which is a unique key: phone = models.CharField(max_length=11, unique=True) I’m trying to generate a form in which the user…