Every software project is defined by boundaries, whether you have deliberately chosen them or not. In this chapter, we’ll begin our adventure with Django standalone apps by exploring the benefits of developing – and sharing – your standalone app, as well as how to consider what other dependencies to bring along and even whether your Django app should be a Django app at all.
Benefits of creating standalone apps
The benefits of creating a Django standalone app are varied, from the altruistic, the egoistic, and the purely practical.
Sharing your work
Presuming that you’re planning ...