cover-image

About

To get an introduction to Django 2.0, I read William Vincent's Django For Beginners book. This repository contains the full code from the book, with my annotations and additions. The final product (covered in chapters 8 through 15, located in /customuser/) is a very simple online newspaper application.

Screenshots

Homepage

home-page

Viewing list of articles

article-list

Creating an article

create

Viewing an article

view

Editing an article

edit

Deleting an article

delete

Changing password

password-change

Login form

login