Django 5 for the Impatient. Learn the core concepts of Django to develop Python web applications - Second Edition - Helion
Tytuł oryginału: Django 5 for the Impatient. Learn the core concepts of Django to develop Python web applications - Second Edition
ISBN: 9781835468333
stron: 228, Format: ebook
Data wydania: 2024-09-06
Księgarnia: Helion
Cena książki: 94,99 zł
Learning Django can be a challenging and time-consuming activity without the right guidance. With hundreds of tutorials, loads of documentation, and unclear explanations out there, it’s easy to lose sight of what’s most important. This book stands out by teaching you how to use Django in just a few days with a focused approach. In this second edition, you’ll go on a fun, practical, and pragmatic journey to learning full-stack development with Django 5. You’ll start building your first Django app within minutes. As you progress, you’ll learn from concise explanations that will help you get to grips with some of the most important Django features, including URLs, views, templates, models, CSS inclusion, image storage, Django admin panel, and more. You’ll also understand how to design Django MVT (Model-View-Template) architectures and implement them. Additionally, you’ll use Django to develop a movie store application and deploy it to the internet.
By the end of this book, you’ll be able to build and deploy your own Django web applications confidently.
Osoby które kupowały "Django 5 for the Impatient. Learn the core concepts of Django to develop Python web applications - Second Edition", wybierały także:
- Biologika Sukcesji Pokoleniowej. Sezon 2. Za 127,27 zł, (14,00 zł -89%)
- Biologika Sukcesji Pokoleniowej. Sezon I. 127,27 zł, (14,00 zł -89%)
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Podręcznik startupu. Budowa wielkiej firmy krok po kroku 93,33 zł, (14,00 zł -85%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
Spis treści
Django 5 for the Impatient. Learn the core concepts of Django to develop Python web applications - Second Edition eBook -- spis treści
- 1. Installing Python and Django, and Introducing the Movies Store Application
- 2. Understanding the Project Structure and Creating Our First App
- 3. Designing a Base template
- 4. Creating a Movies App with Dummy Data
- 5. Working with Models
- 6. Collecting and Displaying Data from the Database
- 7. Understanding the Database
- 8. Implementing User Signup and Login
- 9. Letting Users Create, Read, Update, and Delete Movie Reviews
- 10. Implementing a Shopping Cart System
- 11. Implementing Order and Item Models
- 12. Implementing the Purchase and Orders Pages
- 13. Deploying the Application to the Cloud