Hi,

I saw some efforts to make django apps reusable[1] but nothing really
complete and documented.

I've released DjangoPluggableApp so:

- developers can easily create and distribute a setuptools ready
application with a simple command[2]

- end users can install and configure an application without having to
read a bunch of docs and editing settings parameters and urls[3]

DjangoPluggableApp is not intrusive. This mean that:

- end users can use applications that not have a DjangoPluggableApp
entry_point in their projects
- an application based on the provided template can be used by end
users without DjangoPluggableApp installed.

DjangoPluggableApp is well tested. This mean that:

- the package itself is tested
- the application template is tested.

The work still in progress but it's already stable and usable.

Hope you'll enjoy it.

Regards,

--
Gael

[1] http://code.google.com/p/django-app-plugins/ -
http://pypi.python.org/pypi/django-reusableapps/
[2] http://packages.python.org/DjangoPluggableApp/pluggableapp.html
[3] http://packages.python.org/DjangoPluggableApp/enduser.html

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to