stage name translation
[redakcja.git] / apps / catalogue / models / plan.py
index ff5cd16..3f05fdf 100644 (file)
@@ -7,6 +7,7 @@ from django.conf import settings
 from django.db import models
 from catalogue.models import Document
 
+
 class Plan(models.Model):
     document = models.ForeignKey(Document)
     stage = models.CharField(max_length=128)