Andy Stagg

[full stack .NET developer]

Gear Review : Django example project
Details
Read and post user reviews about gear you use
Python Django 2.2 HTML 5 CSS
Home page with recently posted reviews
Reviews page showing search results for "Petzl"
User profile page with recent reviews
Sign up page
Log in page
Create new review page
Edit review page
Home page with recently posted reviews
Reviews page showing search results for "Petzl"
User profile page with recent reviews
Sign up page
Log in page
Create new review page
Edit review page
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...