I got it working :) ... I'm not sure what finally did it because I ended up
modifying several things.
--
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
I was using my own e-mail address at first which was verified and it still
wouldn't work. I hadn't verified this new test account, thank you for
reminding me, although it is still not working. I'm not sure what could be
causing it. I tried sending it to an actual e-mail address instead of the
p
Environment: web2py 2.3.2, ubuntu 13.10, firefox / chrome
>From a new app @auth.requires_login() works fine.
But with my current application the requires_login redirect me silently to
my default/index page without presenting me the login page. I tried to set
breakpoints (using pdb or dbg) into
If it's a new test gmail account, did you login into it, and verify with
your phone? Sometimes they hold up the new accounts, until you verify and
confirm it is ok to be used from within an application.
I had a similar issue for a new app dedicated gmail account.
On Sun, Nov 24, 2013 at 6:58 PM
I can help you secure your website.Let me know if any help is needed on
OWASP top 10 issues
Thanks
Avinash
On Thursday, November 14, 2013 11:12:52 PM UTC+5:30, Massimo Di Pierro
wrote:
>
> We need to cover some of those. It is more of an issue of updating the
> docs than the code. I think the
We can make it optional. Please open a ticket.
On Sunday, 24 November 2013 02:28:23 UTC-6, Jayadevan M wrote:
>
> My doubt is - do we need to explicitly set it ON? Since the default
> setting is ON, any client connecting will have it turned ON anyway?
>
> On Sunday, November 24, 2013 1:48:23 PM U
This looks terrific -- I was able to pack a site I had built locally, load
it up to PA, and it ALMOST all worked.
I have uploaded images, whose URLS are all of the form /download/filename,
where filename is the name of a file in the uploads folder (which I could
verify from PA's dashboard), non
I am working on the last part of my application where I send a text message
as an e-mail using gluon.contrib.sms_utils to set up the e-mail address but
I am not receiving anything (I have it set up to send the message to my
phone).
This is my controller setup (in default.py):
def send_text():
On 24 Nov 2013, at 1:21 PM, Gael Princivalle wrote:
> I've got a domain that is on Webfaction, with a web2py app.
> I just want to have my app on the domain root.
> Now I have:
> https://www.mydomain.com/myapp/default/index
> I would like to see my app on :
> https://www.mydomain.com
>
> I've re
El Sun, 24 Nov 2013 13:21:22 -0800 (PST)
Gael Princivalle escribió:
> Hi.
>
> I've got a domain that is on Webfaction, with a web2py app.
> I just want to have my app on the domain root.
> Now I have:
> https://www.mydomain.com/myapp/default/index
> I would like to see my app on :
> https://www.
Hi.
I've got a domain that is on Webfaction, with a web2py app.
I just want to have my app on the domain root.
Now I have:
https://www.mydomain.com/myapp/default/index
I would like to see my app on :
https://www.mydomain.com
I've read that:
http://web2py.com/book/default/chapter/04#Parameter-base
Love to have you on-board! :)
On Sun, Nov 24, 2013 at 10:37 PM, António Ramos wrote:
> Its about time.
>
> I go for angular. Really love it!
> Its a plus for user interface dynamics.
>
>
> 2013/11/24 Arnon Marcus
>
>> I have launched my initiative for developing integration-scaffolding-apps
>>
Its about time.
I go for angular. Really love it!
Its a plus for user interface dynamics.
2013/11/24 Arnon Marcus
> I have launched my initiative for developing integration-scaffolding-apps
> for web2py, for integrating it with the latest-and-greatest javascript
> frameworks - check it out and
that simply does not work. you'll have to write custom code to store in
blobstore or cloud storage if you don't want to keep uploaded images in
the DB.
note that images that are static that you deploy with the application
can be stored in a static folder and mapped via app.yaml to be handled
i haven't used the default that writes to bigtable in a while, but i
believe it just works.
i use the image library against images uploaded to blobstore:
https://developers.google.com/appengine/docs/python/images/ it looks
like that has been improved to have more flexibility then when i first
I have launched my initiative for developing integration-scaffolding-apps
for web2py, for integrating it with the latest-and-greatest javascript
frameworks - check it out and join us:
https://groups.google.com/forum/#!forum/js2py-dev
--
Resources:
- http://web2py.com
- http://web2py.com/book
I have launched my initiative with a few new google-groups - check it out:
https://groups.google.com/forum/#!forum/js2py-dev
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (R
Let's continue this discussion here:
https://groups.google.com/forum/#!topic/ember2py-dev/fsxcwS54D9s
--
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
Joe, a little offtopic, but avoid using w3schools.
See why: www.w3fools.com
On Sat, Nov 23, 2013 at 4:36 PM, JoeCodeswell wrote:
> Dear Massimo,
>
> Thanks for this. I am very interested in streaming audio with web2py.
>
> However:
>
> When I implemented on my local server, the streaming players
I am experiencing the same problem right now. I am running an application
with version 2.51 on GAE, where images are uploaded via the standard
Field('file', 'upload'),
and retrieved using the download helper, which continues to work correctly.
Today, I tried to launch an application on ver. 2.
Enhancement request: please add class row_buttons to the TH element that
corresponds to a TD.row_buttons element.
Work-arounds in lie of this feature are possible, as jQuery code, or python
code involving elements(). But work-arounds need to be repeated for each
output TABLE() or loaded table c
In previous versions of web2py I added this line of code
jQuery('input:text:not(.date):first:visible').focus();
to this function
function web2py_ajax_init(target) {
jQuery('input:text:not(.date):first:visible').focus();
jQuery('.hidden', target).hide();
jQuery('.error', target).hide().sl
BTW, there are muliple ways of overcomming the syntax collision with
handlebars. You could:
1. Change web2py's delimiter syntax to somethimg other than double-curly-braces.
2. Change handlebars's delimiter syntax.
3. Have separate files for the handlebars templates.
4. Have custom web2py html-help
Hi Rob,
I had seen your solution when I ran a search for ember in this group. It's ok
that you are new to ember - so am I - we are all learning here as we go.
The reason that there are no 'ember folks' in the web2py community, is that
there isn't a solution for it in web2py. And the reason for t
My doubt is - do we need to explicitly set it ON? Since the default setting
is ON, any client connecting will have it turned ON anyway?
On Sunday, November 24, 2013 1:48:23 PM UTC+5:30, Massimo Di Pierro wrote:
>
> It must be done for every connection. Do you have connection pooling on?
> If a c
It must be done for every connection. Do you have connection pooling on? If
a connection is recycled it should not do it again.
On Saturday, 23 November 2013 22:49:47 UTC-6, Jayadevan M wrote:
>
> Thanks for the reply. OK, let us take this forward on the first one
> (default behaviour). Since th
26 matches
Mail list logo