mysite---
manage.py
db.sqlite3 #数据库文件
mysite--- #项目文件夹
__init__.py
settings.py
urls.py
views.py
wsgi.py
polls--- #APP文件夹
__init__.py
admin.py
apps.py
models.py
tests.py
urls.py
views.py
templates---
polls---
index.html #polls APP 的 templates 网页模板
static---
polls---
style.css #poll APP 的静态页面的格式