'future' is not a registered tag library.
2446 단어 Django
'future' is not a registered tag library.
Must be one of:
admin_list
admin_modify
admin_static
admin_urls
basket_tags
cache
category_tags
compress
currency_filters
dashboard_tags
datetime_filters
display_tags
flatpages
form_tags
history_tags
i18n
image_tags
l10n
log
product_tags
promotion_tags
purchase_info_tags
reviews_tags
shipping_tags
sorl_thumbnail
sorting_tags
static
staticfiles
string_filters
thumbnail
tz
widget_tweaks
wishlist_tags
Request Method:
GET
Request URL:
http://127.0.0.1:8000/basket/
Django Version:
2.2.10
Exception Type:
TemplateSyntaxError
Exception Value:
'future' is not a registered tag library. Must be one of:
admin_list
admin_modify
admin_static
admin_urls
basket_tags
cache
category_tags
compress
currency_filters
dashboard_tags
datetime_filters
display_tags
flatpages
form_tags
history_tags
i18n
image_tags
l10n
log
product_tags
promotion_tags
purchase_info_tags
reviews_tags
shipping_tags
sorl_thumbnail
sorting_tags
static
staticfiles
string_filters
thumbnail
tz
widget_tweaks
wishlist_tags
Exception Location:
/home/appleyuchi/.virtualenvs/python3.7/lib/python3.7/site-packages/django/template/defaulttags.py in find_library, line 1025
Python Executable:
/home/appleyuchi/.virtualenvs/python3.7/bin/python
Python Version:
3.7.5
Python Path:
['/home/appleyuchi/ /Python /PythonNew/ - django-oscar - ☆☆☆☆☆☆☆',
'/home/appleyuchi/.virtualenvs/python3.7/lib/python37.zip',
'/home/appleyuchi/.virtualenvs/python3.7/lib/python3.7',
'/home/appleyuchi/.virtualenvs/python3.7/lib/python3.7/lib-dynload',
'/usr/lib/python3.7',
'/home/appleyuchi/.virtualenvs/python3.7/lib/python3.7/site-packages',
'/home/appleyuchi/.virtualenvs/python3.7/lib/python3.7/site-packages/python_alipay_sdk-2.0.1-py3.7.egg']
Server time:
Sat, 7 Mar 2020 14:49:39 +0800
Error during template rendering
In template
/home/appleyuchi/ /Python /PythonNew/ - django-oscar - ☆☆☆☆☆☆☆/templates/oscar/basket/partials/basket_content.html
, error at line 5 솔루션:
subl
/templates/oscar/basket/partials/basket_content.html
future :
{#{% load url from future %}#}
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Django 라우팅 계층 URLconf 작용 및 원리 해석URL 구성(URLconf)은 Django가 지원하는 웹 사이트의 디렉토리와 같습니다.그것의 본질은 URL과 이 URL을 호출할 보기 함수 사이의 맵표입니다. 위의 예제에서는 URL의 값을 캡처하고 위치 매개 변수로...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.