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