-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to send a mail from my web2py app hosted on GoogleAppEngine. But it is not working. I used the mail function that was given with the web2py. Does anybody how to do this?
I read in the GAE Documentation that python mail library would not work with GAE and GAE mail library has to be used…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using web2py to power my web site. I decided to use the web2py DAL for a long running program that runs behind the site.
This program does not seem to update its data or the database (sometimes).
from gluon.sql import *
from gluon.sql import SQLDB
from locdb import *
# contains
# db = SQLDB("mysql://user/pw@localhost/mydb"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am planning to make some big project (1 000 000 users, approximately 500 request pre second - in hot time).
For performance I'm going to use no relational dbms (each request could cost lot of instructions in relational dbms like mysql) - so i can't use DAL.
My question is:
how web2py is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is anyone out there* using web2py?
Specifically:
In production?
With what database?
With Google Application Engine?
by "out there" I mean at stackoverflow.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I was planning to write a new webapp, I figured out two options for my backend - web2py or django.
I recently came across jQuery and found it to be very cool.
Could I just use jQuery as a replacement for django and web2py and finish this webapp.
Some features that I'm going to implement…
>>> More