学到了林海峰,武沛齐讲的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'

  

 

瀑布流没看

posted @ 2020-01-13 02:30  大仙秋  阅读(116)  评论(0编辑  收藏  举报