我需要对分布在巴西(我的国家)的数据进行图形表示。
我发现plotly可以做这个工作,但是当我去研究如何使用 plotly 时,每个教程都使用locationmode属性作为“美国州”。
是否有包含国家/地区代码的列表,以便我可以查看哪个是正确的调用方式?
我刚刚将我的项目推送到 heroku,突然我收到以下错误:
/profile/list/48
unsupported locale setting
Error during template rendering
In template /app/Clientes/templates/Clientes/base.html, error at line 0
Run Code Online (Sandbox Code Playgroud)
问题是我在本地运行这个项目没有任何问题,在 Heroku 中,错误出现在详细视图中。
我不认为问题出在我的任何文件中,但如果需要,我可以在这里发布。