我的应用程序urls.py是: from django.urls import pathfrom django.conf.urls import (handler400path("<match>", views.match, name='match'),# this is being preferred first...
] 当我在url中尝试admin/时,它给出一个值错误
当我试图在django管理控制台中查看名称不是英文的对象时,我得到了这个错误。UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128) def __str__(self):我已经查看了这个主题<e