This topic created in 2960 days ago, the information mentioned may be changed or developed.
2 replies • 2018-05-23 20:56:26 +08:00
 |
|
1
ericls May 17, 2018 via iPhone
Management command + crontab
|
 |
|
2
mili8908 May 23, 2018
已经解决了 ``` import django os.environ.setdefault("DJANGO_SETTINGS_MODULE", "dailyfresh.settings") django.setup()
``` 下面写脚本就行了
|