Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Latest commit

 

History

History
43 lines (21 loc) · 992 Bytes

File metadata and controls

43 lines (21 loc) · 992 Bytes

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