Re: [web2py] Re: Dashboard library for Web2py performance/recommendation python vs. js

2020-11-19 Thread Jon Subscripted
Thanks Alex! El El mié, 18 nov 2020 a las 14:38, Alex Beskopilny escribió: > dasjboards for web2py https://github.com/ali96343/facew2p > dashboards for py4web https://github.com/ali96343/facep4w > charts Highcharts.js > On Tuesday, November 17, 2020 at 11:47:04 AM UTC+3 Jonsubs wrote: > >> Hi

Re: [web2py] Re: Dashboard library for Web2py performance/recommendation python vs. js

2020-11-18 Thread AGRogers
Some nice looking pages there. Thanks. On Wed, 18 Nov 2020, 11:38 pm Alex Beskopilny, wrote: > dasjboards for web2py https://github.com/ali96343/facew2p > dashboards for py4web https://github.com/ali96343/facep4w > charts Highcharts.js > On Tuesday, November 17, 2020 at 11:47:04 AM UTC+3

[web2py] Re: Dashboard library for Web2py performance/recommendation python vs. js

2020-11-18 Thread Alex Beskopilny
dasjboards for web2py https://github.com/ali96343/facew2p dashboards for py4web https://github.com/ali96343/facep4w charts Highcharts.js On Tuesday, November 17, 2020 at 11:47:04 AM UTC+3 Jonsubs wrote: > Hi everyone, > I need to implement a dashboard and some charts in my webapp. And honestly

[web2py] Re: dashboard using bootstrap

2014-03-19 Thread Anubhav Singh
hi Massimo Di Pierro, this is very useful for bootstrap user . thanks for post... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list

[web2py] Re: dashboard using bootstrap

2013-11-14 Thread Rahul s
Hi, People I would like to build a Dashboard page using bootstrap, the page should contain graphs and tables. I am beginner in this but i am trying, please help me out and guide where i can learn to design or what should i have to do ..Thnks in advance On Thursday, November 29, 2012 3:28:52 PM

[web2py] Re: dashboard using bootstrap

2013-11-14 Thread Massimo Di Pierro
Did you see this: http://vinceg.github.io/Bootstrap-Admin-Theme/ On Thursday, 14 November 2013 05:53:08 UTC-6, Rahul s wrote: Hi, People I would like to build a Dashboard page using bootstrap, the page should contain graphs and tables. I am beginner in this but i am trying, please help me

Re: [web2py] Re: dashboard using bootstrap

2012-12-06 Thread Manuele Pesenti
thank you very mutch Paolo, that's what I needed... I was just confused by the behaviour of a theme based on an old version of web2py It works perfectly :) M. Il 04/12/12 15:10, Paolo Caruccio ha scritto: For flot: put in yourapp/static/js jquery.flot.js and jquery.flot.resize.js

Re: [web2py] Re: dashboard using bootstrap

2012-12-04 Thread Manuele Pesenti
Il 03/12/12 16:37, Richard Vézina ha scritto: I am not sure I understand your question. web2py bootstrap.js contain all the boostrap.js into one file. So you don't need to import anything else from bootstrap to create any bootstrap effect (just make sure you don't try to use something

Re: [web2py] Re: dashboard using bootstrap

2012-12-04 Thread Richard Vézina
About image and highchart I really don't know, but I think that if everything is html and SVG (possibily) it could resize esealy like any web page try on their site example CTRL + + and CTRL + - Richard On Tue, Dec 4, 2012 at 7:58 AM, Manuele Pesenti manuele.pese...@gmail.comwrote: e this[1]

Re: [web2py] Re: dashboard using bootstrap

2012-12-04 Thread Paolo Caruccio
For flot: put in yourapp/static/js jquery.flot.js and jquery.flot.resize.js (for scalability) usage in the view for example {{extend 'layout.html'}} h1{{=T('My first chart')}}/h1 script src={{=URL('static','js/jquery.flot.js')}}/script script

[web2py] Re: dashboard using bootstrap

2012-12-03 Thread Manuele Pesenti
Il 29/11/12 10:58, Manuele Pesenti ha scritto: Is there something more I need for bootstrap except what I find in web2py static js libs? Thankyou very mutch Manuele ok... now what about the real question? thankyou M. --

Re: [web2py] Re: dashboard using bootstrap

2012-12-03 Thread Richard Vézina
I am not sure I understand your question. web2py bootstrap.js contain all the boostrap.js into one file. So you don't need to import anything else from bootstrap to create any bootstrap effect (just make sure you don't try to use something available in new version of bootstrap since web2py

[web2py] Re: Dashboard in web2py?

2012-06-25 Thread Massimo Di Pierro
web2py does not. You need to add a CMS to web2py. You can look into InstantPress or Movuca or cube2py. On Monday, 25 June 2012 19:31:25 UTC-5, Paulo Couto wrote: I'm taking the first steps in web2py but I have a question that for me is very important as to continue or not with web2py. Does

[web2py] Re: Dashboard for web2py.

2012-06-13 Thread Ashraf Mansour
Most probably, these datasets will come from many different places. So , ETL is required. What about adding nice interface to PETL? Petl is in https://github.com/alimanfoo/petl

Re: [web2py] Re: Dashboard for web2py.

2012-06-13 Thread Richard Vézina
Didn't know PETL, thanks for sharing the info! Richard On Wed, Jun 13, 2012 at 10:54 AM, Ashraf Mansour ad...@aqar-riyadh.comwrote: Most probably, these datasets will come from many different places. So , ETL is required. What about adding nice interface to PETL? Petl is in

[web2py] Re: Dashboard for web2py.

2012-06-12 Thread Ashraf Mansour
by Dashboard, I mean: setup (admin): define datasets ( datasources ). browsing (users): define subset of datasets. define parameters. get graphs (charts) for the defined subset. graph changes by changing the parameters.

[web2py] Re: Dashboard for web2py.

2012-06-11 Thread Massimo Di Pierro
What kind of dashboard? On Monday, 11 June 2012 09:31:56 UTC-5, Ashraf Mansour wrote: Hi, Pls, let me know about the successfully integrate-able dashboards with web2py. Thanks, Ashraf

Re: [web2py] Re: dashboard...

2011-06-01 Thread Richard Vézina
How long you figure the task could take... It is a plugin right? I try to install it and I got cronfolder missing or something like this... I will unpack it to look at the code... Richard On Tue, May 31, 2011 at 6:38 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: very old code,

[web2py] Re: dashboard...

2011-06-01 Thread Anthony
There's also a newer version of JPolite: http://www.trilancer.com/jpolite2/ On Tuesday, May 31, 2011 3:38:26 PM UTC-7, Massimo Di Pierro wrote: very old code, should be rewritten using LOAD(...). On May 31, 5:25 pm, Bruno Rocha rocha...@gmail.com wrote: Are you aware of it?

[web2py] Re: dashboard...

2011-05-31 Thread Massimo Di Pierro
very old code, should be rewritten using LOAD(...). On May 31, 5:25 pm, Bruno Rocha rochacbr...@gmail.com wrote: Are you aware of it?   -http://web2py.com/jpolite/http://web2py.com/jpolite/default/main#t1 -- Bruno Rocha [ About me:http://zerp.ly/rochacbruno] [ Aprenda a

[web2py] Re: Dashboard of GAE shows few errors

2010-09-22 Thread mdipierro
This should now be fixed in trunk. On Sep 22, 12:20 am, b vivek bvivek1...@gmail.com wrote: I am sorry Massimo.. but I dont get you... Do you mean it is still to be worked upon On Wed, Sep 22, 2010 at 10:43 AM, mdipierro mdipie...@cs.depaul.edu wrote: This on the TODO like. Do not log

Re: [web2py] Re: Dashboard of GAE shows few errors

2010-09-22 Thread b vivek
Thanks a lot Massimo!.. as always :-) On Wed, Sep 22, 2010 at 6:58 PM, mdipierro mdipie...@cs.depaul.edu wrote: This should now be fixed in trunk. On Sep 22, 12:20 am, b vivek bvivek1...@gmail.com wrote: I am sorry Massimo.. but I dont get you... Do you mean it is still to be worked

[web2py] Re: Dashboard of GAE shows few errors

2010-09-21 Thread mdipierro
This on the TODO like. Do not log obvious warnings if running on GAE. Massimo On Sep 22, 12:03 am, b vivek bvivek1...@gmail.com wrote:    1. Hi!    I just uploaded an app on appspot and it works fine.. but when I check    the dashboard.. I get few errors been displayed like below. Well for

Re: [web2py] Re: Dashboard of GAE shows few errors

2010-09-21 Thread b vivek
I am sorry Massimo.. but I dont get you... Do you mean it is still to be worked upon On Wed, Sep 22, 2010 at 10:43 AM, mdipierro mdipie...@cs.depaul.edu wrote: This on the TODO like. Do not log obvious warnings if running on GAE. Massimo On Sep 22, 12:03 am, b vivek bvivek1...@gmail.com