摘要:
CentOS更新yum源 1、备份 2、下载新的CentOS Base.repo 到/etc/yum.repos.d/ CentOS 5 CentOS 6 CentOS 7 3、之后运行 生成缓存 阅读全文
摘要:
django 添加comments app 参看 "django comments 文档" 安装和配置comments 1.安装comments,运行: 命令 2.settings.py中做如下操作: INSTALLED_APPS下添加 INSTALLED_APPS下添加 定义SITE_ID , 3 阅读全文