Skip to main content

本地测试直接执行`python app.py`就够了,如果想用其他的web server,可自行考虑部署方案.

Project description

wechat-admin

Background


写了一堆背景,后来都删掉了,简单说就是迁移公众号后台到自己的服务器,需求你懂的。

Usage


  1. 创建虚拟环境

    • 如果你是用virtualenvwrapper管理的运行环境
    mkvirtualenv wechat
    pip install -r requirements.txt
    
    • 如果你希望把依赖包安装到global环境(三思啊)
    sudo pip install -r requirements.txt 
    
  2. 配置

    可以将你的app_idsecret_key配置到settings.py中,为了方便区分开发环境和生产环境,建议把配置项写到local_settings.py中,它会覆盖settings.py的配置项

    cp settings.py local_settings.py
    
  3. 创建数据库

    数据库的配置也是在settings.py或local_settings.py里的,配好以后

    make initdb
    

    这个初始化脚本写的比较简单,可以根据自家的习惯修改

  4. 部署

    本地测试直接执行python app.py就够了,如果想用其他的web server,可自行考虑部署方案

TODO

  1. UI
  2. see those TODO comments

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wechat_admin-1.2.5.tar.gz (21.2 kB view hashes)

Uploaded Source

Built Distribution

wechat_admin-1.2.5-py3-none-any.whl (22.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page