hc99's picture
Add files using upload-large-folder tool
5e07a1f verified
raw
history blame
154 Bytes
from django.db import models
class Foo(models.Model):
name = models.CharField(max_length=255)
class Meta:
app_label = "app_unmigrated"