In the previous chapter, you learned how to manage version compatibility between your app and different versions of Python and Django. In this chapter, we’ll look beyond Django and toward offering feature compatibility with both Django and other non-Django-related libraries.
Beyond Django
The functionality in a Django app, even a “standalone” app, is not required to ship in a Django-only package. You may find that the core functionality you want to extract or include in a standalone Django app is largely not Django-specific and, further, that you’d like to make that core functionality available ...