[web2py] Deploying web2py on webfaction and using tunneling

2012-02-07 Thread Lucidguppy
I've gotten web2py working on my webfaction account with admin using an https site pointing to the webapp and changing the parameters_xxx.py file to the port that the web app should be using. So now I have a regular site and a https site pointing to the port that the app uses. I don't think wf all

[web2py] Re: Fluxflex admin problem

2011-10-19 Thread Lucidguppy
My bad - I think the fluxflex is under maintenance... On Oct 19, 6:48 pm, Lucidguppy wrote: > I think I found an issue - if you set the project status to private > twice in a row - the admin page hangs.  Anyone know how to fix it?  I > submitted a forum problem up on flux flex - don

[web2py] Fluxflex admin problem

2011-10-19 Thread Lucidguppy
I think I found an issue - if you set the project status to private twice in a row - the admin page hangs. Anyone know how to fix it? I submitted a forum problem up on flux flex - don't know if it will get addressed.

[web2py] Re: adding fields to auth.define_tables

2011-10-15 Thread Lucidguppy
a_fields (if you just want > to add a few extra fields to the end of the table definition) or creating > your own custom auth_user table definition (if you need more thorough > customization). > > Anthony > > > > > > > > On Saturday, October 15, 2011 10:50:28

[web2py] adding fields to auth.define_tables

2011-10-15 Thread Lucidguppy
In auth.define_tables - theres an argument to have a username in the table. Which is nice to have. Is there an easy way to use the default auth.define_tables but add a couple of extra fields like "favorite_color" and "what_is_your_quest"? Thanks