《Django+React前后端分离项目开发实战:爱计划》 03 理解项目结构

03 Understanding the Project Structure

《Django+React前后端分离项目开发实战:爱计划》 03 理解项目结构

Let’s look the project files created for us, Open the project folder backend in the code editor.

让我们看看为我们创建的项目文件,在代码编辑器中打开项目文件夹backend。

manage.py

You will see a file manager.py which we should not tinker. manager.py helps us do administrative things. For example to start the local web server.

你会看到一个文件 manager.py,我们不应该去碰它。manager.py 可以帮助我们做一些管理工作。例如,启动本地网络服务器:

python3 manage.py runserver

We will later illustrate more of its administrative functions e.g. creating a new app:

稍后我们将介绍更多的管理功能,例如创建新应用程序:

python3 manage.py startapp todo

db

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-02-09 21:10:05       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-02-09 21:10:05       101 阅读
  3. 在Django里面运行非项目文件

    2024-02-09 21:10:05       82 阅读
  4. Python语言-面向对象

    2024-02-09 21:10:05       91 阅读

热门阅读

  1. RAG 新路径!提升开发效率、用户体验拉满

    2024-02-09 21:10:05       50 阅读
  2. 服务运营 | 摘要:POMS 1月医疗文章合集

    2024-02-09 21:10:05       44 阅读
  3. 力扣240题之搜索二维矩阵

    2024-02-09 21:10:05       33 阅读
  4. ABC339(A-C)

    2024-02-09 21:10:05       42 阅读
  5. 平台工程是 FinOps 的“黄金路径”

    2024-02-09 21:10:05       44 阅读
  6. 【Redis笔记】使用Redisson实现可重入锁

    2024-02-09 21:10:05       50 阅读
  7. Nginx实现对流量控制模块的配置与应用!

    2024-02-09 21:10:05       49 阅读
  8. 如何利用chatgpt提升工作效率?

    2024-02-09 21:10:05       50 阅读
  9. 双非本科准备秋招(21.1)—— 力扣二叉搜索树

    2024-02-09 21:10:05       48 阅读
  10. LLVM实战之将LLVM bitcode转回为LLVM汇编码

    2024-02-09 21:10:05       37 阅读