PursuitPython

Results 3 issues of PursuitPython

python manage.py makemigrations python manage.py migrate 后还要执行 python manage.py makemigrations blog python manage.py migrate blog 否则 python manage.py rebuild_index 会报错

conf.cfg配置如下 [redis] host=127.0.0.0 port=6379 passwd=123456 [file] path=data/data.md [git] path=C:/Users/Administrator/Desktop/weibo_daily_hotkey-master filepath=data/data.md ## 以下是执行企业微信自动推送需要的 [qywx] tokens= [monitor] keys=123,456 hot_count=10000 Traceback (most recent call last): File "C:/Users/Administrator/Desktop/weibo_daily_hotkey-master/cronjob.py", line 28, in cfg = ConfigCenter.MonitorConfig()...