创建项目:
django-admin startproject mytest04
创建app:
python manage.py startapp app04
配置:settings.py
1、
2、配置目录:
启动项目:
python manage.py runserver
访问: