Commodity Table Created

parent 4cd0352d
...@@ -37,7 +37,7 @@ class G_POST_V(models.Model): ...@@ -37,7 +37,7 @@ class G_POST_V(models.Model):
District = models.CharField(max_length=50) District = models.CharField(max_length=50)
Description = models.CharField(max_length=2000) Description = models.CharField(max_length=2000)
#Create Commoditity Value Table
class Commodity(models.Model): class Commodity(models.Model):
ITEM = models.AutoField(primary_key=True) ITEM = models.AutoField(primary_key=True)
GAZETTE = models.CharField(max_length=4, default="N/A") GAZETTE = models.CharField(max_length=4, default="N/A")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment