Sidebar Network

django-reusableapps A Django app to enable Django to use reusable, pluggable, egg-based apps.

The Basics

This 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 or django-tagging.

It uses setuptools for finding, handling and loading egg-based Python modules with a certain “entry point” ('django.apps'). Egg-based Python modules (a.k.a. eggs) are compressed packaged Python modules like Django apps. Every Django app can be converted to an egg distribution by using a special setup.py file.

Project Homehttp://code.google.com/p/django-reusableapps/
Grab the Repository – svn checkout http://django-reusableapps.googlecode.com/svn/trunk/
 

Recent Commits

  • 3 was committed 9 months ago.
    little typo in docs
  • 2 was committed 9 months ago.
    initial import, wooohooo
  • 1 was committed 9 months ago.
    Initial directory structure.