From 1b47a05d811eb38301f2c68dd47efef98cc5565e Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Thu, 16 Jul 2015 16:18:02 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BB=D0=B0=D0=B4=D0=BE=D1=87=D0=BD=D1=83=D1=8E=20=D0=BF=D0=B5?= =?UTF-8?q?=D1=87=D0=B0=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asuzr/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/asuzr/views.py b/asuzr/views.py index 590aa34..bc2a23a 100644 --- a/asuzr/views.py +++ b/asuzr/views.py @@ -267,7 +267,6 @@ def prod_plan_view(request): days = [sdate + timedelta(days=i) for i in range(0,7)] week_days = {i.weekday(): {'date': custom_date(i.year,i.month,i.day)} for i in days} - print week_days prodplan_list = ProdPlan.objects.filter(start_date__range = (sdate,edate)) for prodplan in prodplan_list: