© Ben Lopatin 2020
B. LopatinDjango Standalone Appshttps://doi.org/10.1007/978-1-4842-5632-9_15

15. Mixed dependency support

Ben Lopatin1 
(1)
New York, NY, USA
 

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 ...

Get Django Standalone Apps: Learn to Develop Reusable Django Libraries now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.