学到了林海峰,武沛齐讲的Day64 网页筛选 报错处理 admin变中文
报错处理 https://blog.csdn.net/KreaWu/article/details/89400647
admin变中文
from django.utils.translation import gettext_lazy as _
LANGUAGES = [
('zh-Hans', _('Simplified Chinese')),
]
LANGUAGE_CODE = 'zh-Hans'
瀑布流没看
报错处理 https://blog.csdn.net/KreaWu/article/details/89400647
admin变中文
from django.utils.translation import gettext_lazy as _
LANGUAGES = [
('zh-Hans', _('Simplified Chinese')),
]
LANGUAGE_CODE = 'zh-Hans'
瀑布流没看