Python manage.py runserver doesn't work on a project (Django) Python manage.py runserver doesn't work on a project (Django) powershell powershell

Python manage.py runserver doesn't work on a project (Django)


The error are in your model, see bellow:

from django.utils.encoding import python_2_unicode_compatibleImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding' (C:\Users\thatp\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\utils\encoding.py

it only work on Django>=1.5, see here: https://stackoverflow.com/a/20741848/9710734