WeCron
1.0.0
微信上的定时提醒 - Cron on WeChat
git clone https://github.com/polyrabbit/WeCron.gitcd WeCron
pip install -r requirements.txt# 创建数据库
psql -c 'CREATE DATABASE "wecron" WITH OWNER "postgres" TEMPLATE template0 ENCODING="UTF8" CONNECTION LIMIT=-1;'
psql -c 'GRANT ALL PRIVILEGES ON DATABASE "wecron" to "postgres";'
# 建表
python WeCron/manage.py migratepython WeCron/manage.py runserver