Just chiming in here. There is a Wordpress 'clone' written in Python
called Textpress [1]. It implements
a lightweight events/actions system[2] akin to the one you mentioned.


[1] http://textpress.pocoo.org/
[2] 
http://dev.pocoo.org/projects/textpress/browser/textpress/application.py#L271

On Feb 22, 11:27 am, Kyle Fox <[EMAIL PROTECTED]> wrote:
> The part that I'm struggling to wrap my head around is how to make
> plugins "installable".
>
> I think one of the reasons Wordpress's plugin framework is so
> successful is how easy it is to manage your plugins: install /
> uninstall buttons on a page means the user doesn't have to write any
> glue code or even do anything from the command line.
>
> I guess you could have an empty 'plugins' app somewhere, and simply
> drop py files into it for each plugin.  What are your guys' thoughts
> on how to accomplish this?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to