django-tutorial
django-tutorial copied to clipboard
:snowflake: Django 1.10 Official Tutorial step-by-step solution
Django 1.10 Tutorial - Poll app
Resulting app from the Django 1.10 tutorial.
Each step is available via the tags:
- step 1 (commit)
- step 2 (commit)
- step 3 (commit)
- step 4 (commit)
- step 5 (commit)
- step 6 (commit)
- step 7 (commit)
Notes
- There exist another repo doing that but it's not up-to-date
- I decided not to add python 2 support in step 2
- I added the
Choicemodel to the admin directly in step 2 - I used
repeatinstead ofno-repeatfor the background in step 6, looks better