轻量级django 笔记 第二章 无状态的 WEB 应用
git clone https://github.com/lightweightdjango/examples.git
git branch -a
git checkout remotes/origin/chapter-2
python placeholder.py runserver
http://127.0.0.1:8000/image/50x50/
本文介绍如何使用轻量级Django框架搭建无状态的WEB应用,通过具体的步骤演示从克隆示例项目到运行服务器的全过程。包括使用git管理代码,切换到特定分支,并运行内置服务器进行测试。
轻量级django 笔记 第二章 无状态的 WEB 应用
git clone https://github.com/lightweightdjango/examples.git
git branch -a
git checkout remotes/origin/chapter-2
python placeholder.py runserver
http://127.0.0.1:8000/image/50x50/

被折叠的 条评论
为什么被折叠?