Re: Is Django best for modular extensible projects?

2009-01-09 Thread itsnotvalid

>From what I tried I think that Django doesn't support "pluggable" plug-
in kind of things. I guess it works more like helper ready than simple
"pluggable" plug-ins that doesn't require any programming from the
users of those apps.

But as people using Django is assumed to be able to handle python/
django code I think it suits your purpose pretty well.

On Jan 9, 2:05 am, walterbyrd  wrote:
> For example, let's suppose you wanted to create a application that
> would be fairly easy to extend by creating new modules.
>
> I don't really know django, but I get the idea that django would be a
> decent solution for a project  like that.
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Is Django best for modular extensible projects?

2009-01-08 Thread bruno desthuilliers

On 8 jan, 19:05, walterbyrd <walterb...@iname.com> wrote:
(nb: reinjecting the question in the post's body)

>  Is Django best for modular extensible projects?

"best" compared to what ?-)

> For example, let's suppose you wanted to create a application that
> would be fairly easy to extend by creating new modules.
>
> I don't really know django, but I get the idea that django would be a
> decent solution for a project  like that.

Mmm That's not quite the basic philosophy of Django apps IMHO.
It's mote about writing small, focused and reusable components
("apps") that you can reuse in different "projects", than about a true
plugin system. Not that you cannot write an "extensible" (thru a
plugin architecture) system in Django - heck, it's basically Python
code, and Python is pretty good here -, but the notion of "pluggable"
apps in Django is quite different from, let's say, Trac plugins
system.


--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Is Django best for modular extensible projects?

2009-01-08 Thread walterbyrd

For example, let's suppose you wanted to create a application that
would be fairly easy to extend by creating new modules.

I don't really know django, but I get the idea that django would be a
decent solution for a project  like that.
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---