Metadata-Version: 1.1
Name: django-pluggable-apps
Version: 1.1
Summary: A pluggable system for django applications
Home-page: http://packages.python.org/DjangoPluggableApp/
Author: Gael Pasgrimaud
Author-email: gpasgrimaud@bearstech.com
License: BSD
Description: 
        This is a fork of DjangoPluggableApp which seems to be abandoned
        
        django-pluggable-apps is a package to allow:
        
        - django users to install and configure third-party django applications
        
        - developpers to create an distribute django apps.
        
        django-pluggable-apps is **not** intrusive. This mean that:
        
        - end users can use applications without a DjangoPluggableApp entry_point in
          their projects
        
        - an application based on the provided template can be used by end users
          without DjangoPluggableApp installed.
        
        Installation
        ============
        
        With easy_install::
        
          $ easy_install -U django-pluggable-apps
        
        With pip::
        
          $ pip install django-pluggable-apps
        
        
        Forded from:
        
        See http://packages.python.org/DjangoPluggableApp/ for the full documentation
        
        News
        ====
        
        0.3
        ---
        
        Add project template
        
        Support pluggable medias
        
        0.2
        ---
        
        Never import urls module
        
        0.1
        ---
        
        Initial public release
        
        
        
Keywords: django plugin apps
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
