http://webs.tecnodoc.com.ar/powerpack

Powerpack is a modified version of welcome, a complete experiment to make it
more modular and readable. I really enjoy making web2py app, so I spend some
time with this. Who are interested please take a look to the code.

The main objective is to separate settings of the app and the data changed
by the developer, from the rest of the code. I have two models config.py
(app settings) and data.py (define tables, define auth, populate, menu) this
two models are heavyly modified by the developer and then we have main.py
(connect to db, register logic, service, etc)

The idea is thinking all as a plugins to make it modular. Think about for
example if you want don't want to show the menu, well settings.statusbar =
False this is PluginLayout.

Visit the page.

Future: More plugins.

-- 
Pablo Martín Mulone (mar...@tecnodoc.com.ar)
http://www.tecnodoc.com.ar/

My blog: http://martin.tecnodoc.com.ar
Expert4Solution Profile:
http://www.experts4solutions.com/e4s/default/expert/6

Reply via email to