/Python_Web_Applications

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

Primary LanguagePython

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)
  • 18-2. Short Entries
  • 18-3. The Dhango API (Not included)
  • 18-4. Pizzeria
  • 18-5. Meal Planner
  • 18-6. Pizzeria Home Page
  • 18-7. Template Documentation (Not included)
  • 18-8. Pizzeria Pages

Chapter 19 - User Accounts

  • 19-1. Blog
  • 19-2. Blog Accounts
  • 19-3. Refactoring
  • 19-4. Protecting new_entry
  • 19-5. Protected

Chapter 20 - Styling and Deploying an App

  • 20-1. Other Forms
  • 20-2. Stylish Blog (custom styles without Bootstrap v5.0)
  • 20-3. Live Blog
  • 20-4. More 404s
  • 20-5. Extended Learning Log (Ability to make logs public to everyone)