Posts by Ruben Alves • 111 points
1 post
-
1
votes2
answers361
viewsA: How to differentiate variable (inputs) in the same Django form
#! /usr/bin/python # -*- coding: utf-8 -*- from django.db import models from django import forms # Author: Ruben Alves do Nascimento <[email protected]> class Pessoa(models.Model): VITIMA…
djangoanswered Ruben Alves 111