14 Where to go next

 

This chapter covers

  • Other Django features
  • Configuration libraries
  • Data libraries
  • Web tools
  • Asynchronous tools
  • The Django ecosystem

This final chapter gives you a hint about what else exists in the Django ecosystem. While Django in Action intends to provide a comprehensive introduction, there are still parts of the framework we couldn’t cover, not to mention the wide world of third-party libraries.

14.1 Within Django

Even if you’ve diligently worked through everything in this book, the Django framework itself has more to offer. Some features are corner cases that make your life easier when doing specific things, some are for more complex problems, and some can be used as a matter of preference. What follows is a list of topics you might want to dig into:

14.2 Configuration

14.3 Dealing with data

14.4 Web tools

14.5 Asynchronous actions

14.6 A wide world