hc99's picture
Add files using upload-large-folder tool
5e07a1f verified
raw
history blame
102 Bytes
from django.db import models
class Story(models.Model):
title = models.CharField(max_length=10)