In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
How to solve the problem of django-oscar product pictures can not be displayed, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can gain something.
Refer to the setting.py configuration in demo
# Path helper
Location = lambda x: os.path.join (os.path.dirname (os.path.realpath (_ _ file__)), x)
# Absolute path to the directory that holds media.
# Example: "/ home/media/media.lawrence.com/"
MEDIA_ROOT = location ("public/media")
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash if there is a path component (optional in other cases).
# Examples: "http://media.lawrence.com"," http://example.com/media/"
MEDIA_URL ='/ media/'
A Page not found error will be reported when accessing the picture. Find the following answer at the end of https://groups.google.com/forum/#!topic/django-oscar/CiujM572GuU
Modify the urls.py file before you can
From django.conf import settings
From django.conf.urls.static import static
Urlpatterns = [
... # your urls setting.
] + static (settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
The modified picture can be accessed.
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.