【发布时间】:2020-06-13 13:05:32
【问题描述】:
美好的一天,我正在尝试在 pythonanywhere 的 bash 上运行命令:python manage.py collectstatic 下面我粘贴了输出。有什么建议吗?
(science.pythonanywhere.com) 12:36 ~/science.pythonanywhere.com (master)$ python manage.py collectstatic
You have requested to collect static files at the destination location as specified in your settings:
/home/science/science.pythonanywhere.com/static
This will overwrite existing files!
Are you sure you want to do this?
Type 'yes' to continue, or 'no' to cancel: yes
0 static files copied to '/home/science/science.pythonanywhere.com/static', 130 unmodified.
【问题讨论】:
标签: django pythonanywhere