码迷,mamicode.com
首页 > 编程语言 > 详细

pythonanywhere 部署 webpy

时间:2018-10-19 20:20:04      阅读:292      评论:0      收藏:0      [点我收藏+]

标签:一个   阅读   anywhere   start   技术   pytho   static   文件   静态文件   

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

import sys

:个人路径
path = ‘/home/

:application在index.py中
from index import application

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

7、Reload站点。

======================= end =====================
技术分享图片

pythonanywhere 部署 webpy

标签:一个   阅读   anywhere   start   技术   pytho   static   文件   静态文件   

原文地址:https://www.cnblogs.com/daivlin/p/9818438.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!