1.1.创建应用
$ python manage.py startapp pollspolls/
__init__.py
admin.py
apps.py
migrations/
__init__.py
models.py
tests.py
views.pyLast updated
$ python manage.py startapp pollspolls/
__init__.py
admin.py
apps.py
migrations/
__init__.py
models.py
tests.py
views.pyLast updated