Learning Django 5: Program web apps with complete django capabilities, ORM, Template, MongoDB and Docker containerization

Stein, Clara

  • 出版商: Gitforgits
  • 出版日期: 2024-06-20
  • 售價: $2,550
  • 貴賓價: 9.5$2,423
  • 語言: 英文
  • 頁數: 374
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 8119177827
  • ISBN-13: 9788119177820
  • 相關分類: DjangoDockerNoSQLMongoDB
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Beginning with a thorough introduction to Django 5, you'll learn how to install and configure Django on a Linux server, set up virtual environments, and create your first Django project, BookTech. The book walks you through the fundamentals of Django models and ORM, teaching you how to define models, perform database migrations, and interact with the ORM to optimize data querying. You will learn about Django views, including function-based and class-based views, URL mapping, and form handling.


Advanced topics are thoroughly covered, including user authentication, permission management, and extending the default user model. You'll also learn how to use essential features like site maps, RSS feeds, and SEO optimization to boost your app's visibility and user engagement. The book then goes over deployment and scaling, teaching you how to containerize your application with Docker, deploy to cloud platforms like AWS, and set up continuous integration and deployment pipelines in Jenkins. You will learn how to maintain and monitor your application with tools such as Amazon CloudWatch, New Relic, and Sentry, ensuring that it runs smoothly in production.


Table of Content
    Up and Running with Django 5Django Models and ORMViews and URL RoutingTemplates and Django's Template LanguageForms and ValidationUser Authentication and AuthorizationAdvanced Django CapabilitiesWorking with MongoDBSite Maps, RSS Feeds, and SEODeployment and Scaling