Gear Review : Django example project
Details
Objective
In order to familiarize myself more with Django before I started the Python Live Project, I created this site. I knew from the C# Live Project, that the stories focus you on one particular item, and that if I wanted to gain knowledge across the the board, I needed to get involved with all levels of the Django framework. I strung together various tutorials to create something that wasn't just another tutorial blog site, but something that I can continue to develop and refine my skills on.
Features
Straying from my tradional preference to write my own infrastructure code, I went with the built-in user management system, and created the views and templates necessary to allow signing up, loging in, changing passwords, etc...