Hi all,
After learning how to use web2py for about 3-4 months now, I've
decided to post up the first large scale application that I built with
this great framework. I've thrown together some smaller apps and
posted them so people can check them out at
https://www.lemurstrikes.com/init/default/p
JorgeR,
OK, I'm sure I'll get some suggestions here, so after those come in
and I modify the source a little bit, then I'll post the source onto
KPAX for you JorgeR.
And I guess that that app does not trully qualify as large scale
really ... I just meant it in the sense that it took me longer to
to manually change the URL of your
> portfolio to see other examples besides dailynihongo; portfolio/1
> (excellence_english) returns Invalid Request
>
> Hope this is helpful.
>
> Regards,
>
> On Mon, Jun 8, 2009 at 5:21 PM, mgbeli...@gmail.com
> wrote:
>
>
>
>
w.
# Author: Matt Belisle mgbeli...@gmail.com
# Default folder
# WEB2PY_FOLDER="/your/custom/folder"
WEB2PY_FOLDER="/usr/lib/web2py"
. /etc/rc.conf
. /etc/rc.d/functions
case "$1" in
start)
stat_busy "Starting web2py Daemon"
pkill -f web2py.py &a
Hello,
This is my first question on the mailing lists, so I must say that I
like web2py a lot!
I've noticed some strange behavior with the form.vars, I'll try to
explain it with a quick example here in an imaginary default.py
controller.
# defuault.py controller.
def index():
form = FORM(
Thanks massimo. At your convenience of course. I will usually give
different names, but the identical field names helped me out in this
app https://www.lemurstrikes.com/portfolio/default/sudoku right here.
By the way, I'll be adding my first app to the KPAX app list here
soon.
-Matt B.
--~--~-
Yes, I'm downloading the trunk version now and testing it out. I'll
let you know how it goes Massimo.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to
Yes Massimo, it does indeed work in the trunk and I haven't run into
any bad side effects either. Thanks for the speedy fix!
-Matt
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To pos
To anyone who would join me on this:
How hard do you think it would be to make a "translatable" type for
SQLField, where whatever text you enter will show up in the translator
section of the app even though it's in a db and not a controller/view
file? I'm thinking about writing something like thi
Aha, I see. That function
db.mytable.myfield.represent=lambda value: T(value)
seems to be what I was looking for. Much easier than modifiying
gluon.languages. Shouldn't build what you don't need. Thanks again
Massimo.
-Matt B.
--~--~-~--~~~---~--~~
You receiv
Hi,
I tried searching for an answer to this topic but couldn't find one,
forgive me if it's been mentioned a dozen times.
Is there some way to have individual app admins that require
individual login on the same instance of web2py, so that you could
have multiple managers of multiple apps at the
I was specifically looking for the ability to edit files, not just the
appadmin. That's OK. It's not that hard to create a new instance of
web2py, thanks to its beautiful simplicity.
Thanks for the info.
-Matt
On Jun 1, 2:32 pm, mdipierro wrote:
> On Jun 1, 3:51 pm, "m
12 matches
Mail list logo