我在龙卷风服务器上使用tornado.web.fallback运行django应用程序
(r"/hello/(.*)", HelloHandler),
('.*', tornado.web.FallbackHandler, dict(fallback=wsgi_app)),
问题是,即使在/static/
中添加了static_dirs
和static_root
,django也不会在settigs.py
网址上提供静态文件。我已将static_dirs and static_root
添加为存在所有静态文件的同一目录