from django.db import models
# Create your models here.
class Student(models.Model):
age= models.IntegerField(default=1, null=True, blank=True)
No comment
# Create your models here.
class Student(models.Model):
age= models.IntegerField(default=1, null=True, blank=True)
No comment
No comments:
Post a Comment