[web2py] Sqlite for production

2013-03-17 Thread Ralph Loizzo
I'm using sqlite for development of some websites (mostly migrating from php to web2py) but I'm wondering if when I deploy I should switch to mysql. Can sqlite handle the load? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscrib

[web2py] problem with matplotlib

2012-12-09 Thread Ralph
I'm trying to setup a server with apache 2.2, wsgi_mod and web2py. So far it works until I choose in the app wizard the matplotlib pluging. I'm getting a No module named matplotlib.backends.backend_agg I tried then to run the plugin file direct with the python interpreter which is working w

[web2py] Layout Modification in Login Form

2010-05-29 Thread Ralph Stachulla
custom.widget.email}} password: {{=form.custom.widget.password}} submit: {{=form.custom.submit}} {{=form.custom.end}} But now I don`t have the "Remember Me"-Checkbox anymore. And when I click on "Register" or "Lost Password" there is nothing anymore. Can anyone please help me? Thanks ralph

[web2py] Re: auth forms i cant belive this is soooo hard

2010-05-29 Thread Ralph Stachulla
I`ve just had the same problems and now I could fix the problem. But I´ve just one more problem and I hope you can help me. With your code {{=form.costum.begin}} etc. my "Remember My Login"- Checkbox is missing now. It`s defined in the db.py: auth.messages.label_remember_me = " Remember Me" Can