Django ORM (一) 创建数据库

创建一个 Django 项目及应用

<code>djanGo-admin startproject ORM cd orm python manage.py startapp app01