I realize I am a little late to this discussion but after reviewing a
lot of the messages in the group, searching the web resources
(purchased manual, cookbook slides, alterego, etc.) and playing around
with the framework for a few weeks at work in my spare time, I have
some observations:
- Docum
ht
make a nice learning guide for others coming from Django
Thanks,
__future__
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web2py@googlegroups
rt', db.transportation))
>
> Now you can define sets for operations like this:
>
> transport_list = ((db.location.id == db.available.location)
> & (db.transportation.id == db.available.transport))
> for row in transport_list.select():
> print row.l
vent.latest.writable=False
> form=crud.create(db.event,onvalidation=fix_latest)
> return dict(form=form)
>
> Massimo
>
> On Jul 29, 8:21 am, __future__ wrote:
>
> > Thanks for all of the replies This is a very responsive group!
>
> > I'm still not clea
.
On Jul 29, 1:51 pm, Fran wrote:
> On Jul 29, 6:51 pm, __future__ wrote:
>
> > So can I create a custom filter like the EventQuerySet in the example
> > and then apply it in the controller? I assume I will have to use this
> > anywhere an event might get an update? C
web2py and describe the
process in detail along with screencasts. This startthedark was a
project based on a django screencast tutorial series called "Django
from the ground up" that I found very useful when learning Django.
Thanks for all of the help.
__future__
On Jul 29, 7:11 pm,
I should add that I am attempting to respond to my own complaint in
other threads about web2py not having enough of these kinds of
tutorials around. :)
On Jul 29, 7:44 pm, __future__ wrote:
> Thank you for the quick reply!
>
> I think this is starting to click a little more for me.
he IRC channel might have unexpected consequences because
even though the web2py people might not be using it, others certainly
are...
__future__
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users"
t the latest using the post date.
> - How should users search for other users to follow? (by name, by
> email, by secret code)
>
> On Jul 29, 7:44 pm, __future__ wrote:
>
> > Thank you for the quick reply!
>
> > I think this is starting to click a little more for me. I
http://railsbridge.org/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to
web2py+unsubscr
I am sure this is something simple that I am missing here when you do
something like:
#model
db.define_table('event',
Field('description','text'),
Field('creation_date','datetime', default=request.now),
Field('start_date','datetime'),
Field('creator', db.auth_user,default=auth.use
I realize that there are many place you *can* put things but I was
wondering if there is a best-practice or web2py convention I should
follow for where certain things belong.
In the controller, I am sure most people rely on custom functions for
various things. Where should these functions live?
t if it is not
(attend).
On Jul 29, 10:13 pm, mdipierro wrote:
> If you build the model, and empty actions which a docstring explaining
> what the should do, I can help filling the blanks.
>
> On Jul 29, 8:37 pm, __future__ wrote:
>
> > I would like it to be functionall
...bump
On Aug 9, 6:50 pm, __future__ wrote:
> I have a lot of this working but I am stuck on getting individually
> submitted values from the request...
>
> the model:http://pastebin.com/d2ddf4718
> the controller:http://pastebin.com/d74b1a1e2
> the 'tonight' view:h
Thanks.
On Aug 10, 2:33 pm, Massimo Di Pierro wrote:
> @__future__
>
> I made some improvements using a LEFT join in tonight and "attending/
> not attending" using AJAX.
>
> Massimo
>
> events.zip
> 3KViewDownload
--~--~-~--~~~-
ts an attendance record it returns that is NOT an
attendance. This is not what actually happens so why am I reading it
this way? I also don't understand where what is actually returned is
represented in the view.
Thanks for your help
On Aug 10, 5:22 pm, __future__ wrote:
> Thanks.
>
hate reading perl. :)
__future__
On Aug 11, 9:43 am, mdipierro wrote:
> > if db((db.attendance.event==event_id) &
> > (db.attendance.user==auth.user.id)).delete():
> > return 'Not Attending'
> > else:
> > db.attendance.insert(even
A ... and I like the font... if I see one more thing with a font like
B, I am going to gouge my eyes out with a rusty fork
On Aug 13, 6:58 pm, Bottiger wrote:
> Choice A
>
> I think it would be best if it was changed to a more Sans-Serif font
> like B.
>
> On Aug 13, 9:29 am, Massimo Di Pierro
I don't think that is a bug but I could be wrong.
I wouldn't mind a lighter font but I still think A is the best of the
2. The font in Massimo's "compromise" is a better than the look of the
original B font which is just too plain, IMO.
Overall, I don't like the "compromise" version. Too big, to
That is what I thought you were referring to. Do you think it looks
like a bug? I thought it looked like 3 people. I guess it could be
bug... I think our Rorschach results would be quite different :)
On Aug 14, 11:33 am, Jonathan Lundell wrote:
> On Aug 14, 2009, at 9:15 AM, __futur
I wanted to chime in on the code examples too...
I agree the Django book is a good example to follow. Also, in its
present form, it is hard to copy and paste code from the book without
also copying line numbers.
On Aug 16, 9:33 am, Iceberg wrote:
> Quote from page 35:
>
> However, the fo
There seems to be some a couple of odd pixels in the "2" of the
logo...
The orange links are harder to read now especially the web2py link in
the footer...
On Aug 16, 1:15 pm, Yarko Tymciurak wrote:
> re: css; I find the orange links hard to read now...
>
> On Sun, Aug 16, 2009 at 1:13 PM, Yar
Greetings,
I only recently discovered web2py and I am really impressed with the
product. However, this thread piqued my interest because it echoes a
lot of what I have been thinking over the past few days as I set about
to learn web2py.
I know a lot of this has been covered here and other thread
Greetings,
Is there some way to change font on font size? I looked at the bundle
files in admin/static/eamy but I did not see any way to set this.
Also does anyone maintain a textmate version of these bundles?
Thanks.
--~--~-~--~~~---~--~~
You received this me
This doesn't appear to have any effect with the Amy editor... only
works for edit_area.
Running Max OS 10.5.6, FF 3.0.7, web2py 1.59
On Mar 21, 11:09 am, Fran wrote:
> On Mar 21, 3:00 pm, __future__ wrote:
>
> > Is there some way to change font on font size? I loo
25 matches
Mail list logo