[web2py] Re: How to measure conversion rate with google analytics?

2013-12-07 Thread Christian Foster Howes
can't you just add google analytics to your site. from there you can see referrers and funnels and conversions etc. with almost no extra work. On Friday, December 6, 2013 12:48:31 PM UTC-8, Mika Sjöman wrote: > > Hi > > I was wondering if it is possible to measure the conversion rate of how > m

Re: [web2py] Online classes

2013-12-07 Thread joseph simpson
Just started to view these videos... This really helps me.. Thanks.. On Sat, Dec 7, 2013 at 12:50 PM, Ezugworie Ikechukwu < ezugworie.ikechu...@gmail.com> wrote: > Thanks > > > > On Sat, Dec 7, 2013 at 8:10 PM, Raffaele Tesi wrote: > >> Grazie! >> >> -- >> Resources: >> - http://web2py.com >>

[web2py] convert month into roman format

2013-12-07 Thread 黄祥
hi, is there any way to convert month into roman format? e.g. month = datetime.date.today().strftime('%m') i want to convert the month variable value into roman format what is the best way to achieve that? thanks and best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/bo

[web2py] Re: Scheduler in Windows

2013-12-07 Thread Massimo Mascaro
Thanks a lot for the super quick answer! After reading your post I did try to create an empty model named scheduler.py and indeed the widget now allows me to start a worker for my app, so this does solve my issue! One thing that confuses me is that when I start the source version in windows with

Re: [web2py] Re: Prevent multiple submit buttons from showing "Working..." on submit

2013-12-07 Thread Mark Li
My web2py.js is the same as the one shipped with the latest web2py. I also tried adding a "data-w2p_disable_with" attribute to the input, but it didn't change to the attribute value: On Fri, Dec 6, 2013 at 11:55 AM, Niphlod wrote: > can you please check that your web2py.js is the same one sh

[web2py] Re: cannot get a multiselect list

2013-12-07 Thread Massimo Di Pierro
requires=IS_IN_LIST([ngotype])), should be requires=IS_IN_SET(ngotype]), On Saturday, 7 December 2013 05:35:12 UTC-6, Dreamer wrote: > > ngotype = > ['Education','Environment','Food','Health','Makewish','Orphanage','Water','Women'] > db.define_table('ngo', > Field >

Re: [web2py] Online classes

2013-12-07 Thread Ezugworie Ikechukwu
Thanks On Sat, Dec 7, 2013 at 8:10 PM, Raffaele Tesi wrote: > Grazie! > > -- > 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 thi

[web2py] Online classes

2013-12-07 Thread Raffaele Tesi
Grazie! -- 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. T

Re: [web2py] Online classes

2013-12-07 Thread Johann Spies
On 03/12/2013 08:34, Massimo Di Pierro wrote: I posted my most recent classes online: Much appreciated. Regards Johann -- J.H. Spies - Tel. 021-982 2694 / 082 782 0336 / 021-808 4699(w) Posbus 4668, Tygervallei 7536 "Submit yourselves therefore to God. Resist the devil,

[web2py] This looks like it needs some web2py love...

2013-12-07 Thread Jason (spot) Brower
https://github.com/github/gitignore -- 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 Gro

[web2py] Re: Re login.

2013-12-07 Thread DenesL
In pythonanywhere you do: cd web2py python -c "from gluon.main import save_password; save_password(raw_input('admin password: '),443)" since there is no sudo (at least in the free one I used). After that you access admin via https://yoursite.pythonanywhere.com/admin Denes On Tuesday, Septem

[web2py] Re: For web2py V2.8.2, how can I customize the default layout, changing colors and background images?

2013-12-07 Thread JoeCodeswell
Dear Massimo, Thanks for the support. I express my frustration in the comments i make for my private consumption, to energize me. When they get published they take on a whole new meaning. I am VERY GRATEFUL for the MAGNIFICENT book and its continuing improvement as it tracks the MAGNIFICENT f

[web2py] Re: Scheduler in Windows

2013-12-07 Thread Niphlod
just tried on windows and it works. can you post additional details on how are you starting the scheduler and what happens ? also, are you using the source version or the binary ? BTW: can you try starting it with web2py.py -K appname -D 0 to see if there are additional details ? On Saturday

[web2py] Re: Scheduler in Windows

2013-12-07 Thread Niphlod
uhm. I'll try and report back. BTW: the menu works only if you have a model called scheduler.py: it's a convention if you want to use the menu because the widget can't know in advance if an app has a scheduler or not. On Saturday, December 7, 2013 9:58:46 AM UTC+1, Ivo wrote: > > I was just abou

[web2py] cannot get a multiselect list

2013-12-07 Thread Dreamer
ngotype = ['Education','Environment','Food','Health','Makewish','Orphanage','Water','Women'] db.define_table('ngo', Field ('ngo_type',requires=IS_IN_LIST([ngotype])), Field

[web2py] Re: Scheduler in Windows

2013-12-07 Thread Ivo
I was just about to open the same thread just replace windows with OSX :) anyone? On Saturday, December 7, 2013 1:38:18 AM UTC+1, Massimo Mascaro wrote: > > Hi, > I'm fairly new to web2py but I've developed a couple of apps already under > Linux and had no issues so far. > I was delighted to se

[web2py] Re: app not working after install 2.8.2 is_mobile error

2013-12-07 Thread Ivo
Oops... sorry I didn't catch that I could have thought of that myself :( thanks massimo! On Saturday, December 7, 2013 3:38:25 AM UTC+1, Massimo Di Pierro wrote: > > You missed a few threads discussing this. ;-) > You need to clear/remove the sessions. The format of the session storage > has

[web2py] Re: Direct access to a SQLFORM.grid single record view

2013-12-07 Thread Ivo
Ah yes forgot about that. If you don't mind you can turn off the signature in grid (it's there for security) do you have multiple users? On Friday, December 6, 2013 2:59:46 PM UTC+1, Gael Princivalle wrote: > > Hello all. > > Is it possible to call a function/page with an SQLFORM.grid asking for