I have created an application for my business homepage.
When I run web2py locally by default it opens a link to the welcome
application. I have to edit the url to the application of my homepage.
This works fine for development purposes, I can also access the site
via the admin interface.
I have suc
I have used a favicon (.png) to get a nice little icon for my website
in the browser. This works on my local web2py installation but now I
have uploaded it to GAE the favicon does not appear? Any ideas?
I do apologize. I have found init.py and have edited it to my
satisfaction
On Feb 1, 9:08 pm, Gary Bee wrote:
> I have created an application for my business homepage.
> When I run web2py locally by default it opens a link to the welcome
> application. I have to edit the u
Just to follow up on my troubles so far...
I have deployed my site using google app engine, just to get it out
there. I have adjusted the setting as described in the app engine
documentation to get my domain forwarded (is that the right term) to
google app engine.
I had no succes when trying
http:
I am successfully sending an email from my web2py app hosted on GAE:
mail.send(to=['webs...@rtplanb.com'],reply_to=form.vars.email,
subject=form.vars.Name+' from '+form.vars.Organisation
+' Website Enquiry ',
message=form.vars.email+' wrote '+form.vars.Enquiry)
My p
Thanks for your reply, I have double checked the app.yaml and the app
name matches exactly that of the application in web2py
I will just check that the softlinks appear correct as per the slice(again)
On 18/05/11 23:09, howesc wrote:
i have never seen this error myself, but it seems like perh
6 matches
Mail list logo