Answer the question
In order to leave comments, you need to log in
Django doesn't recognize Cyrillic?
There is a view.py
It contains the following code
# -*- coding:utf-8 -*-
import logging
logger = logging.getLogger(__name__)
def show_from_cat(request,url):
arr1=['dudududu',2,3,4,5]
arr2=['dudffffffududu',2,3,4,5]
arr3=['привет','как дела']
logger.debug(arr1)
logger.debug(arr2)
logger.debug(arr3)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question