from the tutorial on https://www.djangoproject.com/start/
This tutorial app covers:
- Models
- DB Setup
- URL mapping
- Views
- Admin Panel
- Testing
- The directory mysite contains the entire project
- The directory django-polls is a standalone package
| Name | Name | Last commit date | ||
|---|---|---|---|---|
from the tutorial on https://www.djangoproject.com/start/
This tutorial app covers: