I agree, I might have one 'app' that is what I consider my actual application, but then alongside it at the same level, something like Django OAuth. It would be a stretch to call django-registration or OAuth an 'app', since they can't do anything alone.
Comments
Sounds a little like apps in Djangoland. Maybe someone who knows both frameworks could confirm.
This has been a core idea in both Midgard MVC and MidCOM PHP frameworks, though we called them components.
http://wiki.openpsa2.org/index.php/MidCOM_Components
https://github.com/midgardproject/midgardmvc_core/blob/maste...
I really hate why Django calls them 'apps'. Kinda difficult to distinguish between a working application or a Django 'app'.
I agree, I might have one 'app' that is what I consider my actual application, but then alongside it at the same level, something like Django OAuth. It would be a stretch to call django-registration or OAuth an 'app', since they can't do anything alone.