gt; > > > > > The url is the URL of the login page itself as visible to your
> > > > > > visitors.
> >
> > > > > > If you do not define your own db.auth_user table this is all you
> need.
> > > > > > If you define your own table, add a new field to it:
> >
> > > > > > Field('registration_id', length=512,writable=False,
> > > > > > readable=False, default='')
> >
> > > > > > Then visit the login page and viola' you can login with OpenID,
> > > > > > Google, etc etc. You can add UP to 6 methods for free using the
> > > > > > rpxnow.com interface. For more methods, you need to pay (I am
> not
> > > > > > affiliated with them and I get no profit but I like their system)
> >
> > > > > > PLEASE TRY IT AND REPORT ANY PROBLEM.
> >
> > > > > > I would like to release 1.81.1 with this tomorrow so I can show
> it at
> > > > > > EuroPython Saturday.
> >
> > > > > > Massimo
>
--
Mat
I can't find the `embed=True` or `embed=False' setting in any of my files.
Is it in 1.81.1?
On Fri, Jul 16, 2010 at 10:36 AM, mdipierro wrote:
> Do you use embed=True or False?
>
> On 16 Lug, 02:15, mat -- wrote:
> > After commenting out the new code at the bottom of d
t 11:14 AM, mdipierro wrote:
> It is an argument of RPXAccount. Defaults to true. I have no idea why
> it does not work for you. Perhaps MrFreeze can help... I am about to
> catch a plane. I will read more tonight.
>
> On 16 Lug, 03:10, mat -- wrote:
> > I can't f
your own profile mapping for
> > OpenID or just use the default? Can you verify that your OpenID
> > persona has the basic information set?
> >
> > On Jul 16, 3:31 am, mat -- wrote:
> >
> > > I found the argument in rpx_account.py and changed it. But issue is
After clicking the `compile` button in appadmin, my web2py app no longer
runs on GAE.
Is this expected behavior?
Can only uncompiled app run on GAE?
--
Mat
Thanks for your answers.
--
Mat
On Thu, Aug 5, 2010 at 7:43 PM, mdipierro wrote:
> I do not think compiled app run on GAE. The GAE version of python
> claims to be 2.5 but has different magic number then normal 2.5. This
> means it is syntactically the same but uses incompatible byteco
run .pyc files?
Does byte compiling provide benefit beyond precompiled?
My idea was to take advantage of the `compile` feature of web2py to
distribute a commercial web2py app running on GAE.
--
Mat
On Thu, Aug 5, 2010 at 10:48 PM, Chris S wrote:
> Can I ask what advantage running a com
://web2py.uservoice.com<http://uservoice.com>or any other section
of
web2py.com?
--
Mat
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this grou
are displayed fine but not clickable. Is that
expected behavior?
Same thing is seen on both local and on GAE.
I have no idea if these are due to some configuration issue at my end.
Perhaps I am just missing something obvious.
Thanks!
Mat
On Wed, Mar 10, 2010 at 5:39 PM, mdipierro wrote:
> Plea
I would be happy to test the new Google Checkout plugin. Where can I
download it?
BTW can it also be used to handle Google Checkout beta subscriptions?
On Feb 15, 7:34 pm, mdipierro wrote:
> Mind that there is a newgooglecheckoutplugin under development. It
> needs testing. If you want to help wi
Hi
It was mentioned last month that there is a new Google Checkout plugin under
development.
Is the new plugin the one available at
http://web2py.com/appliances/default/show/43 ?
<http://web2py.com/appliances/default/show/43>Thanks
--
Mat
--
You received this message because y
use but needs some testing.
>
> Massimo
>
>
> On Mar 11, 3:15 pm, mat -- wrote:
> > Hi
> >
> > It was mentioned last month that there is a new Google Checkout plugin
> under
> > development.
> >
> > Is the new plugin the one available athtt
> python2.5/SocketServer.py", line 341, in server_bind
> > self.socket.bind(self.server_address)
> > File "", line 1, in bind
> > socket.error: (48, 'Address already in use')
>
> --
> You received this message because you are subscribed to
I am now able to indeed access appadmin via https :-)
Thank you!
On Wed, Mar 17, 2010 at 6:10 PM, mdipierro wrote:
> replace http://... with https://
>
> GAE has its own certificate. It works for me at
>
> https://web2py-crm.appspot.com/init/appadmin
>
> On Mar 17, 10
em__(self, key)
KeyError: 'active'
Error snapshot [image: help] Detailed traceback description
('active')
Anyone knows what is the issue here?
Thanks!
Mat
pe Massimo will fix it soon.
> >
> > On Mar 9, 11:24 pm, mat -- wrote:
> >
> >
> >
> >
> >
> >
> >
> > > Hi
> >
> > > I downloaded latest version of Web2py and plugin_wiki.
> >
> > > I setup Janrain. I can lo
Waiting for Pythonanywhere to add this to their upgrade option.
On Saturday, December 26, 2015 at 1:22:27 AM UTC-7, Massimo Di Pierro wrote:
>
> There are many reasons you should upgrade, depending on which version you
> are using now:
>
> - to help us make sure we did not break backward compatib
1. In the Web2py administrative interface I select "pack all" to output an
application I have created.
2. I then select "Upload and install packed application" to a new project
with the name of dev and upload the application I just packed.
3. I then edit db.py to change the db = DAL to a diff
show for the field, but it would display as a
text field with no values and not a dropdown list.
-mat
--
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
#x27;, requires=IS_NOT_EMPTY()),
format = '%(the_day)s')
db.define_table('assignment_type',
Field('name', type='string', label='Assignment Type'),
format = '%(name)s')
On Sunday, February 22, 20
t thing to be noted is that you'd need to define the referencED
> table before the referencING one. not strictly needed always but a good
> place to start.
>
> On Monday, February 23, 2015 at 11:44:43 PM UTC+1, Mat Miles wrote:
>>
>> db.define_table('daily_schedule
Is it possible to use the DAL to run an INSERT INTO with a select list? I
haven't figured out a way to make this work using db.executesql() because I
need to pass a date to the query. I don't see a way to pass a variable into
db.executesql().
--
Resources:
- http://web2py.com
- http://web2py.c
I created a new environment on Pythonanywhere. I have used smtp mail in
older versions of web2py and it works just fine. However, in this new
environment I get an error that the mail cannot be sent. Has anyone else
experienced this?
Thanks in advance.
--
Resources:
- http://web2py.com
- http
Thanks, that worked. Ymail works on pythonanywhere in my old web2py
environment but not in the new. The gmail smtp works in the latest version
of web2py.
On Tue, Feb 21, 2017 at 9:32 AM, Leonel Câmara
wrote:
> https://help.pythonanywhere.com/pages/SMTPForFreeUsers
>
> --
> Resources:
> - http://
I need to create a join to limit the rows to be deleted. Is it possible to
delete a row from one table when a query joins two tables?
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issu
4:03:00 PM UTC-8, Mat Miles wrote:
>>
>> I need to create a join to limit the rows to be deleted. Is it possible
>> to delete a row from one table when a query joins two tables?
>>
>
> Not sure about the full answer, but a partial answer would be to use the
> join in
t 12:57 PM, Mat Miles wrote:
> Thanks that worked. I have a shift_availability table and the auth_user
> table. The auth_user table contains a location. I want to clear all the
> rows in the shift_availability table but by location. Below is the solution:
>
> if form.process(
I upgraded Web2py to version 2.10.4 on Pythonanywhere which has created a
problem with SQLFORM.grid. I have a table that has a date field. When you
attempt to search by this date field in a SQLFORM.grid, the date picker no
longer appears, just a test box. Date fields are still working fine when
That seems to have fixed the date issue but I have another field that it
did not fix. This field is populate not from a database but from a SET.
When you try to filter on the values from the SET, instead of getting a
drop down, you only get an empty text box. This also worked fine before the
upgrad
Has this functionality been added?
On Wednesday, October 22, 2014 at 8:24:05 PM UTC-6, Massimo Di Pierro wrote:
>
> Please open a ticket about this. There is not a way but there should be.
>
> On Friday, 17 October 2014 16:50:37 UTC-5, Spokes wrote:
>>
>> I've added a middle name field to *auth_us
30 matches
Mail list logo