Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想提供文件,如robots.txt,humans.txt和manifest.json.
robots.txt
humans.txt
manifest.json
我看到了文档,我没有找到解决方案,我发现view.render只提供 HTML 而不是文本或 JSON 或任何其他文件。
view.render
添加文件夹路径和别名config/storage.py
config/storage.py
# config/storage.py STATICFILES = { 'storage/static': 'static/', 'storage/compiled': 'static/', 'storage/uploads': 'static/', 'storage/root': '/' # add this line }
root在里面创建文件夹storage并放入robots.txt文件root夹。
root
storage
访问localhost:8000/robots.txt