djaogo 简单入门 1、添加app python manage.py startapp app名称 2、注册app 在 settings.py中注册 3、编写url 与函数的映射 在 urls.py中编写