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
- Host: GitHub
- URL: https://github.com/0mppula/python_web_applications
- Owner: 0mppula
- Created: 2021-04-05T09:13:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T15:58:50.000Z (about 5 years ago)
- Last Synced: 2025-02-26T11:17:42.352Z (over 1 year ago)
- Topics: blog, crash-course, css3, django, html5, javascript, learning-log, python
- Language: Python
- Homepage:
- Size: 11.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)