X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/8f939c57adbcfa3bb6f2ab9625881495140c4501..e6cc0d153ce3dfe36826f666d3dae9fb4ec82060:/publishers/models.py diff --git a/publishers/models.py b/publishers/models.py index 10d1947..14ed63a 100644 --- a/publishers/models.py +++ b/publishers/models.py @@ -1,5 +1,7 @@ +# -*- coding: utf-8 -*- from django.db import models + class Publisher(models.Model): name = models.CharField(max_length=255) logo = models.ImageField(upload_to='publishers/logo')