如何构建python项目并将其部署为公共网站?

时间:2019-03-07 05:56:08

标签: python django windows build pycharm

我对学习python并在其中进行更多项目非常感兴趣。首先,我做了一个小型的django应用程序。它在我的本地计算机上成功运行。我需要知道如何构建我的项目并将其部署为公众网站。

我使用了const titles = { name: 'Not 1', name2: 'Not 2', }; const array = [{ type: 'type', titles: [] }]; array[0].titles = Array.from(Object.entries(titles), ([k, v]) => ({[k]:v})); console.log(array);python .6.6django 我在Windows 10中完成了项目

1 个答案:

答案 0 :(得分:0)

我建议使用heroku,它对于前五个应用程序是免费的,并且有据可查,但是我想还有很多其他可能,例如aws。

https://devcenter.heroku.com/articles/deploying-python