Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 6060  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Interest in web2py, former Gluon (for users)
http://www.web2py.com

Developers should also join:
http://groups.google.com/group/web2py-de velopers

 

flag web2py help & resources 
  Primary source of help: web2py groups ------------------------------ ------- [link] [link] [link] Tips on searching the users group ------------------------------ ---... more »
By DenesL  - Nov 27 2009 - 1 new of 1 message    

flag about web2py and this mailing list 
  I have thought for a while on whether we needed rules of conduct about this mailing list. So far I thought we did not and it has worked out pretty well. Nevertheless, I should clarify what I think this list has done for us, and what to do to continue work. 1) This is the place where some people ask questions... more »
By mdipierro  - Dec 4 2009 - 1 new of 1 message    

flag New features not documented in Book (2nd edition) 
  New features not documented in Book (2nd edition) 1.74.5 * auth.user_id (shortcut for auth.user.id, defaults to None if not logged in) * support for all native types on GAE (e.g. StringListProperty) * cache.ram usage statistics * no more auth menu in scaffolding * no more splash screen with -Q * export_to_csv_file has represent... more »
By DenesL  - Jan 3 - 1 new of 1 message    

manually saving files 
  ...db.define_table('doc', Field('title','string'), Field('filename','upload') ) ...text_form=SQLFORM.factory(F ield('text_in','text',db.doc)) file_form=SQLFORM.factory(db.d oc) ... if text_form.accepts(request.vars ,formname='text_form'): #insert data into the doc table ... if file_form.accepts(request.vars ,formname='file_form'):... more »
By weheh  - 2:37am - 1 new of 1 message    

why is "uploads" folder so special? 
  I want to store an audio file in the uploads folder and then have it played by an embed: ...{{url=os.path.join(request. folder,URL (r=request,c='uploads',f='audi o',args=[audio_filename])}} <embed src="{{=url}} /> This won't work. Why not? (If I move everything over to the static folder and then change 'uploads' to 'static' in the URL statement, it... more »
By weheh  - 1:23am - 3 new of 3 messages    

my routes.py 
  I want to share my routes.py file. The case is that I want only one application to be hosted on my site and I want to keep my urls clean. So instead of having url [link], I want to have url like [link]. In order to achieve this behavior, I wrote the routes.py as:... more »
By Sujan Shakya  - Jan 6 - 3 new of 3 messages    

property tax appeal site made w/ gluon? 
  Just came across this oldie in the Chicago Python User Group archive: Massimo> Dear fellow chicagoans, Massimo> here is a new web site made 100% with python (with Gluon). Massimo> [link] Massimo> It can help you save money on property taxes. Mind that it is... more »
By s...@pobox.com  - Jan 6 - 2 new of 2 messages    

storing encrypted form data to database 
  I would like to encrypt form data that will be stored into the database, not crypting the login password. I can think of two ways: 1. use dbio=False, or 2. use onvalidation function to encrypt the form data. But I'll need to declare the field as a blob in order to store the resulting binary data, and blob data won't be displayed in the SQLFORM... more »
By NeonGoby  - Jan 6 - 4 new of 4 messages    

Suggest appending version number to downloads of web2py 
  I think having the version number as part of the web2py distribution file will be helpful.
By NeonGoby  - Jan 6 - 3 new of 3 messages    

Can you please turn off the message counter in the subject? 
  All web2py emails include both the list name and (apparently) the message counter in the subject. As the message counter auto-increments, no subjects are truly the same and thus my 'k' key in Emacs's VM doesn't kill the entire subject. Any chance you can get rid of the counter? I can't see that it... more »
By s...@pobox.com  - Jan 6 - 7 new of 7 messages    

Are self references broken on GAE? 
  Hi I have the following model: db.define_table("sites", SQLField("category_id",db.cate gory), SQLField("owner",db.auth_user, writable=False, readable=False), SQLField("url", "string",length=2048, notnull=True, default=None), SQLField("parent_site", "reference sites")) However this gives me the following error on GAE... more »
By Miguel  - Jan 6 - 5 new of 5 messages    

[ update all languages ] mix translation 
  Hello I have broke my translation file for second time while 'update all languages' Most translation are shifted to up heighbour. And at the and there are 3-4 steps different: like ...{ '"update" is an optional expression like "field1=\'newvalue\'". You cannot update or delete the results of a JOIN':... more »
By KMax  - Jan 6 - 4 new of 4 messages    

Best approach for keeping a session alive 
  So I have my blog... and I'm writing a post, and I walk off and leave it, come back to post, and of course my session has expired. What is the best way to keep this session alive? I am thinking an AJAX call that is set to interval at every minute ? -Thadeus
By Thadeus Burgess  - Jan 6 - 6 new of 6 messages    

1 - 10 of 6060   « Newer | Older »

XML       Send email to this group: web2py@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google