Posts by HPaz • 25 points
2 posts
-
2
votes2
answers164
viewsQ: Django does not create tables
Greetings to you all. I’m having trouble creating the tables for my apps by Django. I run the PYTHON MANAGE.PY MAKEMIGRATIONS command and it responds: NO CHANGES DETECTED. Then I run the PYTHON…
-
0
votes1
answer157
viewsQ: 'utf-8' codec can’t Decode byte 0xe1 in position in rendering html
Greetings to all. I am trying to render an html file with Python/Django and am getting error "'utf-8' codec can’t Decode byte 0xe1 in position" because of a sharp comment. The problem wouldn’t be…