On Nov 19, 2007 8:59 AM, Jannis Leidel <[EMAIL PROTECTED]> wrote: > > Hi users, > > django-reusableapps [1] is yet another approach on enabling Django to > load reusable, pluggable, egg-based applications without changing the > Django sourcecode. Think of plugins or components, e.g. django- > registration, django-voting, django-tagging etc. > > It uses setuptools [2] for finding, handling and loading egg-based > Python modules with a certain "entry point" ('django.apps'). > > Egg-based Python modules (a.k.a. eggs [3]) are compressed Python > modules like Django apps ("[..] to Pythons as Jars are to Java..."). > Every Django app can be converted to an egg distribution by using a > special setup.py file. > > Hope you like it, > Jannis/jezdez > > > 1: http://code.google.com/p/django-reusableapps/ > 2: http://peak.telecommunity.com/DevCenter/setuptools > 3: http://peak.telecommunity.com/DevCenter/PythonEggs > > -- > jannisleidel.com > I like the idea of 'django.apps', which is kinda more explicit than just 'apps'. ;-)
Following on this thought, maybe we can use version numbers (major, minor) to help users in identifying which Django version we're tracking. I.e: - django96.apps : Apps for Django-0.96 release - django97.apps : Apps for Django-0.97 ...and so forth.. The advantage of using version numbers is that it would be easy to build reusable apps for a specific django version, which could be more stable than trunk.. Good job! Etienne --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---