Платформа позволяет пользователю взять займ в "виртуальной" криптовалюте под 10% залог в TON. Пользователь видит рост/падение цены, как будто он купил актив, но реальная покупка происходит только при закрытии позиции. Все операции совершаются в Telegram Mini App, а администрирование — через веб-панель.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import csv | |
| import xlwt | |
| import datetime | |
| from operator import attrgetter, itemgetter, methodcaller | |
| from django.shortcuts import redirect | |
| from django.http import HttpResponse, HttpResponseBadRequest | |
| from django.utils import six | |
| from django.utils.encoding import force_text |