Subreply – an open source text-only social network
10 months ago
- #web-development
- #social-network
- #performance
- 微型但强大的社交网络,访问地址:subreply.com
- 使用命令 pip3 install -r requirements.txt 安装依赖
- 运行数据库迁移命令:python3 manage.py migrate
- 创建 project/local.py 文件并用 cryptography.fernet 生成 SIGNATURE
- 性能目标:每个页面请求速度在50毫秒或更低
- 代码质量:干净、易读且易于修改