Skip to content

Instantly share code, notes, and snippets.

@esirK
Created October 22, 2018 09:00
Show Gist options
  • Save esirK/65b417d36816325e703d5ee9f1572078 to your computer and use it in GitHub Desktop.
Save esirK/65b417d36816325e703d5ee9f1572078 to your computer and use it in GitHub Desktop.
from django.db import models
class Author(models.Model):
name = models.CharField(max_length=255)
email = models.EmailField()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment