Django 4 By Example - Fourth Edition - Helion
Tytuł oryginału: Django 4 By Example - Fourth Edition
ISBN: 9781801810449
stron: 794, Format: ebook
Data wydania: 2022-07-29
Księgarnia: Helion
Cena książki: 149,00 zł
Django 4 by Example is the 4th edition of the best-selling franchise that helps you build web apps. This book will walk you through the creation of real-world applications, solving common problems, and implementing best practices using a step-by-step approach.
You'll cover a wide range of web app development topics as you build four different apps:
A blog application: Create data models, views, and URLs and implement an admin site for your blog. Create sitemaps and RSS feeds and implement a full-text search engine with PostgreSQL.
A social website: Implement authentication with Facebook, Twitter, and Google. Create user profiles, image thumbnails, a bookmarklet, and an activity stream. Implement a user follower system and add infinite scroll pagination to your website.
An Ecommerce application: Build a product catalog, a shopping cart, and asynchronous tasks with Celery and RabbitMQ. Process payments with Stripe and manage payment notifications via webhooks. Create PDF invoices and export orders to CSV.
An eLearning platform: Create a content management system that manages users, groups, and permissions. Build a REST API and implement a real-time chat using WebSockets.
This is a practical book that will have you creating web apps quickly.
Osoby które kupowały "Django 4 By Example - Fourth Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Django 4 By Example. Build powerful and reliable Python web applications from scratch - Fourth Edition eBook -- spis treści
- 1. Building a Blog Application
- 2. Enhancing Your Blog with Advanced Features
- 3. Extending Your Blog Application
- 4. Building a Social Website
- 5. Implementing Social Authentication
- 6. Sharing Content on Your Website
- 7. Tracking User Actions
- 8. Building an Online Shop
- 9. Managing Payments and Orders
- 10. Extending Your Shop
- 11. Adding Internationalization to Your Shop
- 12. Building an E-learning Platform
- 13. Creating a Content Management System
- 14. Rendering and Caching Content
- 15. Building an API
- 16. Building a Chat Server
- 17. Going Live