I have this model:
models.py
class InsertIP(models.Model): sourceIP=models.CharField(max_length=18) destinationIP=models.CharField(max_length=1