I'm wondering if there is a convention for integrating external apps with Django, or at least for portions of code that will be using the APIs, but aren't directly part of the application. At the moment I have them in a completely separate directly, but I'd like to include them in the same directory structure.
For example, I currently have the following top level directories: jobmonitor.apps jobmonitor.settings And could add jobmonitor.external or jobmonitor.utils. Any conventions on this, or names/structures to avoid? Thanks, Tom