Answer the question
In order to leave comments, you need to log in
Faced a problem on Django how to fix the error 'utf-8' codec can't decode byte 0xcf in position?
when running DJANGO in views.py, it handles the view.py
error
from django.shortcuts import render
def index(request):
return render(request,'index.html')
Answer the question
In order to leave comments, you need to log in
Is there Cyrillic somewhere? In the name of the files in the project for example ? Or try changing the computer name without _000
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question