From 2788955b2589964bbc2479625154dfe26123a374 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 21 Nov 2015 21:46:54 +0000 Subject: updated database to use new time_to_pay in income app --- app/resume/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/resume') diff --git a/app/resume/models.py b/app/resume/models.py index bced34e..aec1a2e 100644 --- a/app/resume/models.py +++ b/app/resume/models.py @@ -11,7 +11,7 @@ class Publisher(models.Model): body_markdown = models.TextField(null=True, blank=True) body_html = models.TextField(null=True, blank=True) url = models.CharField(max_length=200, blank=True, null=True) - #payment_time = models.DecimalField(max_digits=2, decimal_places=0) + payment_time = models.DecimalField(max_digits=2, decimal_places=0) def __str__(self): return self.name -- cgit v1.2.3-70-g09d2