使用Django和TDD方法构建完整博客应用的指南:PostgreSQL数据库的安装与设置
原文英文,约2000词,阅读约需8分钟。发表于: 。One of the reasons that we love Django is because it comes with many built-in modules that make web development faster than other frameworks. Django takes care of much of the hassle of web...
Django因其内置模块使开发更快,但有时需要自定义用户模型。本项目用TDD方法构建博客应用,设置开发环境,安装软件包,创建虚拟环境,安装Django,配置PostgreSQL数据库,添加主页和关于页面,并用TDD确保代码可靠。下一部分将实现用户认证功能。