Hi,

for our Django project, we developed an application which enables the usage of 
plug-ins for enhancement of the application. I know plug-ins for years using 
them a lot in "classical" application development, so when starting deveolping 
with Django, I really missed them and put a big effort into getting this 
feature.

The plug-in app is small, consisting of about 4 or 5 classes and some functions 
for different template tags. We use it for about half a year now. It helps a 
lot to use sub projects and develop them seperately, especially, when there are 
different developers for different parts but no fixed dates for every project 
to finish together.

It allows to define different types of plug-in interface, and provides a 
template tag for enabling plug-ins inside Templates or use them for enhancement 
of other functions like search.

Now I would like to ask, if their is any interest in this app to make it 
available for other developers. I would like to make it an easy to use package, 
so that everyone, who could need this functions, can install it. But I could 
not find any informations, how to do this the best way, only the reference to 
this mailing list. So I hope to get some advices, what will be the next steps.

Maria

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

Reply via email to