It's not module *or* plugin -- a plugin can contain modules. A plugin is 
any subset of an application's files. If you want to "modularize" the 
models, views, and/or controllers of an app, then you would need to create 
a plugin. You can also move a lot of functionality to modules (which get 
imported where needed), and the modules themselves could go into plugins. 
Hard to say more without knowing more specifically what you are trying to 
achieve.

Anthony

On Wednesday, July 15, 2015 at 11:23:34 AM UTC-4, Fabiano Almeida wrote:
>
> Hi @ll!
>
> I think about modularize my aplication. Then the question is: module or 
> plugin? What's the difference?
>
> Thanks!
>
> Fabiano.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to