[web2py] Web Resources

2011-12-16 Thread JavierQQ
Hi, As a practice... I just was wondering if there's a way to do something like tryruby.org... but with python. I've seen some "python web compilers" (I'm not sure if thats the best name for them :/), and I don't know if someone knows one that has some code on github or somewhere else. It's just

[web2py] Some help on validation

2011-12-15 Thread JavierQQ
Hi, I'm just trying to use again web2py :) I'm in kind of a trouble (it's not a web2py problem, it's actually a validation question) I have a Scale model db.define_table('scale', Field('name','string'), Field('group_id',db.groups) Field('min_v','i

[web2py] Instan Admin

2011-09-23 Thread JavierQQ
Hi, I've seen instant admin plugin in a post a few days ago, and I wanted to try it but I have some troubles when I want to start it According to the manual, I got to go here http://127.0.0.1:8000/[my_app_name]/plugin_instant_admin/welcome But it says an internal error that mention this: (No m

[web2py] Re: I did not know one could do this with css

2011-09-19 Thread JavierQQ
ing =) On Sep 19, 8:33 pm, JavierQQ wrote: > It seems that all has been made using JQuery > and It will be interesting to develop an app of it > > And maybe... a plugin or something for Web2Py > because (and you can see in a post were I've participated) JqueryUI > can be ver

[web2py] Re: I did not know one could do this with css

2011-09-19 Thread JavierQQ
It seems that all has been made using JQuery and It will be interesting to develop an app of it And maybe... a plugin or something for Web2Py because (and you can see in a post were I've participated) JqueryUI can be very useful in it. In my opinion, you can use this instead of superfish, just sa

[web2py] Re: How do I add JQuery UI to Web2PY

2011-09-18 Thread JavierQQ
I solved, I haven't define {{=form2}} and that's why it didn't show On Sep 18, 8:03 pm, JavierQQ wrote: > Well, I tried but... I think that I'm confusing even more, > and I thought something else > I made this >   {{=A(('Item'), _href=URL('

[web2py] Re: How do I add JQuery UI to Web2PY

2011-09-18 Thread JavierQQ
s the appereance of a button, but the problem comes when I click on it It should show the form as a MODAL MESSAGE but nothing happen On Sep 18, 9:29 am, Anthony wrote: > On Sunday, September 18, 2011 4:05:17 AM UTC-4, JavierQQ wrote: > > > Thanks it worked, but can it change the

[web2py] Re: How do I add JQuery UI to Web2PY

2011-09-18 Thread JavierQQ
TTON() doesn't exist Sorry to bother you again =) On Sep 18, 1:31 am, Anthony wrote: > On Sunday, September 18, 2011 2:11:04 AM UTC-4, JavierQQ wrote: > > > can I do =form(_class="Dialog-form")?     (Dialog-form is the id of > > the example) > > Not exactly,

[web2py] Re: How do I add JQuery UI to Web2PY

2011-09-17 Thread JavierQQ
Can I edit =FORM too? is it difficult? As a example I'm going to insert this http://jqueryui.com/demos/dialog/#modal-form and I have one view called 'regcliente.html' that has this {{extend 'layout.html'}} Registrar cliente Cliente {{=form}} can I do =form(_class="Dialog-

[web2py] Re: Web2py LAN

2011-09-15 Thread JavierQQ
t; When you start web2py, specify IP address 0.0.0.0 and port 80 to make it > publicly accessible (the default 127.0.0.1:8000 is only available on the > local machine). > > Seehttp://web2py.com/book/default/chapter/03#Startup. > > Anthony > > > > > > > > On

[web2py] Web2py LAN

2011-09-15 Thread JavierQQ
Hello, I found web2py recently and its an awesome framework, and what I'm going to ask may be something that someone has asked before but I want to see my web2py application in a computer that its on my LAN but I can't. I've been using wamp and it worked with everything I've done in the past, but