mark submissions with opened links
[edumed.git] / publishers / models.py
index 10d1947..14ed63a 100644 (file)
@@ -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')