天天看點

django報錯:is not a registered tag library. Must be one of

報錯:is not a registered tag library. Must be one of

admin_list

admin_modify

admin_static

admin_urls

cache

i18n

l10n

log

static

staticfiles

tz

出現問題原因:

建立templatetags檔案時,可能底下沒有__init__.py檔案造成django不能把該檔案識别為包

解決辦法:

在templatetags建立一個空檔案__init__.py

django報錯:is not a registered tag library. Must be one of