An open API service indexing awesome lists of open source software.

https://github.com/0mppula/python_web_applications

Web application exercises (chapters 18, 19 and 20) from the e-book Python Crash Course by: Eric Matthes
https://github.com/0mppula/python_web_applications

blog crash-course css3 django html5 javascript learning-log python

Last synced: about 2 months ago
JSON representation

Web application exercises (chapters 18, 19 and 20) from the e-book Python Crash Course by: Eric Matthes

Awesome Lists containing this project

README

          

# Python Web Application Exercises from the E-Book Python Crash Course by: Eric Matthes

### Chapter 18 - Getting Started with Django

- [ ] 18-1. New Projects (Not included)
- [x] 18-2. Short Entries
- [ ] 18-3. The Dhango API (Not included)
- [x] 18-4. Pizzeria
- [x] 18-5. Meal Planner
- [x] 18-6. Pizzeria Home Page
- [ ] 18-7. Template Documentation (Not included)
- [x] 18-8. Pizzeria Pages

### Chapter 19 - User Accounts

- [x] 19-1. Blog
- [x] 19-2. Blog Accounts
- [x] 19-3. Refactoring
- [x] 19-4. Protecting new_entry
- [x] 19-5. Protected

### Chapter 20 - Styling and Deploying an App

- [x] 20-1. Other Forms
- [x] 20-2. [Stylish Blog](https://the-hottest-blogs.herokuapp.com/) (custom styles without Bootstrap v5.0)
- [x] 20-3. Live Blog
- [x] 20-4. More 404s
- [x] 20-5. [Extended Learning Log](https://pycc-learning-log-app.herokuapp.com/) (Ability to make logs public to everyone)