X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/8f939c57adbcfa3bb6f2ab9625881495140c4501..d555d988764995ea1f9f5ece46f453a66f09b334:/publishers/models.py diff --git a/publishers/models.py b/publishers/models.py deleted file mode 100644 index 10d1947..0000000 --- a/publishers/models.py +++ /dev/null @@ -1,8 +0,0 @@ -from django.db import models - -class Publisher(models.Model): - name = models.CharField(max_length=255) - logo = models.ImageField(upload_to='publishers/logo') - - def __unicode__(self): - return self.name