Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Created July 19, 2020 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Allwin12/9aa2a447cd0b255bd6d74cefdd26ae93 to your computer and use it in GitHub Desktop.
Save Allwin12/9aa2a447cd0b255bd6d74cefdd26ae93 to your computer and use it in GitHub Desktop.
class Student(models.Model):
name = models.CharField(max_length=100)
is_actvie = models.BooleanField()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment