【发布时间】:2015-03-11 21:26:35
【问题描述】:
我有在 Windows 上编写的 python 烧瓶应用程序。 我正在尝试使用 pythonanywhere.com 托管来部署它。
我有以下结构:
app.py - my main application
-templates - here I have .html files
-default - here I have img, js, css subfolders.
所以我对 linux 系统上的文件结构感到困惑。 例如,这是 pythonanywhere.com 上的文件结构
> .bashrc 2015-02-19 17:55 546 bytes
> .gitconfig 2015-02-19 17:55 266 bytes
> .profile 2015-02-19 17:55 79 bytes
> .pythonstartup.py 2015-02-19 17:55 77 bytes
> .vimrc 2015-02-19 17:55 4.4 KB
> README.txt
那么我应该把我的文件放在哪里呢?有托管吗?
【问题讨论】:
-
你看过PythonAnywhere的帮助吗?好像有step-by-step guide for this very thing。
-
是的,我正在阅读它并且对文件结构感到困惑=)