This repository contains the code for such a web application in different stages as git tags.
stage-0
: an empty repo.stage-0.1
: a Django project with one app calledreviews
. The app defines model entities.stage-0.2
: admin site up and running for our model entititiesWine
andReview
.stage-0.3
: views and templates are available.stage-0.4
: add review form added.stage-0.5
: template reuse.- stage-1: added Bootstrap 3 for Django.