From b5d2aa6848be0e56f5847b499fd687a776065403 Mon Sep 17 00:00:00 2001 From: bigboy Date: Mon, 24 Apr 2017 17:03:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- finance/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finance/models.py b/finance/models.py index 344cf05..95aa2b5 100755 --- a/finance/models.py +++ b/finance/models.py @@ -2,7 +2,7 @@ import json import urllib import datetime -from json import JSONDecodeError +from simplejson import JSONDecodeError from django.db import models import django.utils.timezone