PyHackerNews
PyHackerNews copied to clipboard
Hacker News written in Python
Results
1
PyHackerNews issues
Sort by
recently updated
recently updated
newest added
安装过程错误
1
``` vim src/pyhn/settings/local.py python src/manage.py syncdb --noinput python src/manage.py collectstatic --noinput ``` 后两行命令会被输入到 vim 中