我有一个带有文件系统的工作示例站点(https://github.com/alvations/APE):
APE
\app
\templates
base.html
index.html
instance.html
__init__.py
hamlet.py
config.py
run.py
我在https://www.pythonanywhere.com上创建了一个烧瓶项目,文件系统如下:
/home/alvations/
/Dropbox/
/mysite/
/templates
base.html
index.html
instance.html
flask_app.py
/web2py/
我run.py
在 pythonanywhere 项目中应该放在哪里?
如何在 pythonanywhere 上的 Github 中使用与我的项目相同的文件结构?