https://github.com/raleighlittles/django_for_beginners_tutorial
Code from "Django for Beginners" by William Vincent.
https://github.com/raleighlittles/django_for_beginners_tutorial
django django-application django-project django-tutorial django-tutorial-application django2 python3
Last synced: 10 months ago
JSON representation
Code from "Django for Beginners" by William Vincent.
- Host: GitHub
- URL: https://github.com/raleighlittles/django_for_beginners_tutorial
- Owner: raleighlittles
- Created: 2018-06-05T06:44:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T03:38:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T08:01:48.724Z (11 months ago)
- Topics: django, django-application, django-project, django-tutorial, django-tutorial-application, django2, python3
- Language: Python
- Homepage: https://djangoforbeginners.com/
- Size: 92.8 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# About
To get an introduction to Django 2.0, I read William Vincent's [Django For Beginners](https://djangoforbeginners.com/) 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

### Viewing list of articles

### Creating an article

### Viewing an article

### Editing an article

### Deleting an article

### Changing password

### Login form
