Django Standalone Apps
Author | : Ben Lopatin |
Publisher | : Apress |
Total Pages | : 169 |
Release | : 2020-06-09 |
ISBN-10 | : 9781484256329 |
ISBN-13 | : 1484256328 |
Rating | : 4/5 (328 Downloads) |
Download or read book Django Standalone Apps written by Ben Lopatin and published by Apress. This book was released on 2020-06-09 with total page 169 pages. Available in PDF, EPUB and Kindle. Book excerpt: Develop standalone Django apps to serve as the reusable building blocks for larger Django projects. This book explores best practices for publishing these apps, with special considerations for testing Django apps, and strategies for extracting existing functionality into a separate package. This jumpstart reference is divided into four distinct and sequential sections, all containing short, engaging chapters that can be read in a modular fashion, depending on your level of experience. The first section covers the structure and scope of standalone Django apps. The second section digs into questions about pulling code out of existing projects and into new standalone apps for reuse. The third section details additional, advanced technical best practices toward making standalone apps as broadly useful as possible. The fourth and final section covers strategies for managing a published Django app. Django Standalone Apps is the perfect resource for developers who have at least some prior experience working with Django web applications and want to simplify their deployments and share their knowledge as open source packages. What You'll LearnScope a standalone Django app project for optimum usefulnessExtract code from existing projects to reuseTest a standalone app outside of your Django projectReuse your own code for increased delivery cadence and code qualityReview best practices for maintaining a Django app packageWho This Book Is For Professional developers who work with Django. Deep expertise is not required or expected, but readers should have working familiarity with Django.