pythonanywhere 部署 webpy

Posted daivlin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pythonanywhere 部署 webpy相关的知识,希望对你有一定的参考价值。

======================= start =====================
1、 在pythonanywhere中Add a new web app。
2、 新开一个Bash ,创建文件夹。最好是使用mkvirtualenv 虚拟环境
3、 在Files管理页面上传web文件包。
4、 在Bash里解压。
5、 修改WSGI configuration file:
仔细阅读注释部分。我的网站

import sys

:个人路径
path = \'/home//\'
if path not in sys.path:
sys.path.append(path)

:application在index.py中
from index import application

6、在Web管理页面的Static files:管理中新建 静态文件 url 路径
如: /static /home///static

7、Reload站点。

======================= end =====================

以上是关于pythonanywhere 部署 webpy的主要内容,如果未能解决你的问题,请参考以下文章

在 pythonanywhere.com 上部署烧瓶站点/应用程序

尝试使用 PythonAnyWhere 部署 Web Flask 应用程序时出现 WSGI 错误

如何在 PythonAnywhere 上部署 web2py?

在PythonAnyWhere上部署Django项目

简易博客开发----django1.9 博客部署到pythonanywhere上

PythonAnywhere 上的 JSONDecodeError