[web2py] web2py instant admin

2011-08-01 Thread contatogilson...@gmail.com
Hello guys, Some should now be aware, but I took the liberty to disclose this great plugin made ​​for web2py. It's instant web2py admin [2], which is a module for managing your application in web2py. He was a Sramana developers [1]. It's worth a look. It's pretty good! [1] - http://sramana.in/

Re: [web2py] Re: Bug in virtualfields w/ session

2011-07-30 Thread contatogilson...@gmail.com
Do not know if I can help, but I made a screencast showing the use of virtualenv with web2py: http://vimeo.com/22919392 _ *Gilson Filho* *Web Developer http://gilsondev.com*

[web2py] Pagination

2011-07-15 Thread contatogilson...@gmail.com
Hello guys, I was wondering if anyone knows any plugin for web2py which makes data paging. _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Pagination

2011-07-15 Thread contatogilson...@gmail.com
They are not good when you have thousands of records to be consulted. Do I need anyplugin that calls the paging of data via the database. _ *Gilson Filho* *Web Developer http://gilsondev.com*

[web2py] Badges with web2py logo

2011-06-28 Thread contatogilson...@gmail.com
Badges created here - http://picbadges.com/1886508 _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Re: Speed of rendering html data (10,000+ rows)

2011-06-21 Thread contatogilson...@gmail.com
It can paginate data? _ *Gilson Filho* *Web Developer http://gilsondev.com*

[web2py] Models in subfolders are not executed

2011-06-14 Thread contatogilson...@gmail.com
Hello guys, I'm using the new version of web2py, and created a feature in my project and took thesub models. Except that as I run the application and the controller of this functionality,it does not create tables in the database. Someone went through this too?

Re: [web2py] Re: Import from another application in 1.96.x

2011-06-13 Thread contatogilson...@gmail.com
module = local_import('name of the module') //module.py _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/6/13 Ross Peoples ross.peop...@gmail.com Jim, You could try doing: import sys

Re: [web2py] Create tables with models in subfolders

2011-06-12 Thread contatogilson...@gmail.com
Yes, I put them in a folder with the name of the driver, and ran from their URL. Only itis: the URL is overwritten on routes.py: (...) (r'/suppliers', r'/app/suppliers/list'), But even so, he created the tables, only when played in the root of models.

Re: [web2py] Script TDD in web2py

2011-06-11 Thread contatogilson...@gmail.com
How to tests with web2py. Need importing gluon libs. _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/6/11 Pierre Thibault pierre.thibau...@gmail.com 2011/6/10 contatogilson...@gmail.com contatogilson...@gmail.com Hello guys, I started

Re: [web2py] Script TDD in web2py

2011-06-11 Thread contatogilson...@gmail.com
Show an example of how you use py.test to perform unit tests on the model layer and controller. _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Script TDD in web2py

2011-06-11 Thread contatogilson...@gmail.com
Yes, I understand. But the issue is the use of the gluon. Perform tests is fine, the problem is to run the same tests using the libraries and gluon. Therefore it has to import them. Hence the creation of this script. _ *Gilson Filho* *Web Developer

Re: [web2py] Script TDD in web2py

2011-06-11 Thread contatogilson...@gmail.com
So when you create the script makes available for us to test and to use =) _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/6/11 Pierre Thibault pierre.thibau...@gmail.com 2011/6/11 contatogilson...@gmail.com contatogilson...@gmail.com

[web2py] Create tables with models in subfolders

2011-06-11 Thread contatogilson...@gmail.com
When I put the scripts of a particular model in a subfolder, it does not create tables in the database when I run web2py. I have not disabled the migrate. By default it is not true? app/ models/ tests/ tests.py validators.py

[web2py] Script TDD in web2py

2011-06-10 Thread contatogilson...@gmail.com
Hello guys, I started to create a script to test the scripts that use the library unittest projects web2py. I usually like this: - I create the folder *tests* in the project; - Inside the tests folder create two folders: *models* and *controllers*; For now, I have done is to test the model

[web2py] web2py 1.96.4 - Blocks in View not working

2011-06-09 Thread contatogilson...@gmail.com
I use the blocks to couple eating several portions of the layout pages for quite a while.Only in this last version is not working. layout.html {{ block test }}{{ end }} test.html {{ extend 'layout.html' }} {{ block test }} h2It is working/h2 {{ end }} When I run the application,

Re: [web2py] Re: web2py 1.96.4 - Blocks in View not working

2011-06-09 Thread contatogilson...@gmail.com
there recently. On Jun 9, 9:02 am, contatogilson...@gmail.com contatogilson...@gmail.com wrote: I use the blocks to couple eating several portions of the layout pages for quite a while.Only in this last version is not working. layout.html {{ block test }}{{ end }} test.html

[web2py] New Features in Book

2011-06-08 Thread contatogilson...@gmail.com
It has forecast when it will be in the book web2py new features, or it will be open forother people to update online documentation? _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Re: web2py 1.96.4 is OUT

2011-06-08 Thread contatogilson...@gmail.com
And in the pypi? _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/6/8 ron_m ron.mco...@gmail.com My application is working with model files under a subdirectory == the controller name.

Re: [web2py] Re: New Features in Book

2011-06-08 Thread contatogilson...@gmail.com
...@gmail.com On Jun 8, 3:27 pm, contatogilson...@gmail.com contatogilson...@gmail.com wrote: It has forecast when it will be in the book web2py new features, or it will be open forother people to update online documentation? What did you have in mind?

Re: [web2py] Re: web2py 1.96.4 is OUT

2011-06-08 Thread contatogilson...@gmail.com
The blocks are not working. layout.html (...) {{ block header }}{{end}} header.html {{ extend 'layout.html' }} {{ block header }} Header {{ end }} _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/6/8 Pierre Thibault

Re: [web2py] web2py 1.96.1 is OUT

2011-06-01 Thread contatogilson...@gmail.com
All new features will be documented? How will it be? Will be collaborative documentation? _ *Gilson Filho* *Web Developer http://gilsondev.com*

[web2py] web2py ENTERPRISE

2011-06-01 Thread contatogilson...@gmail.com
One thing that would have asked you to Massimo but forgot that interviewhttp://blog.gilsondev.com/2011/01/13/interview-creator-of-web2py/ : Today web2py has left the classroom and entered into development companies worldwide. As a senior keeper, which you intend to do so that framework

Re: [web2py] Username field is editable on profile

2011-05-28 Thread contatogilson...@gmail.com
Yes, it is more a field to be edited. What you can do is hide this field in the actionprofile like this: db.auth_user.username.readable = \ db.auth_user.username.writable = False _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/5/28

Re: [web2py] Trouble updating with SQLFORM.factory and two tables

2011-05-24 Thread contatogilson...@gmail.com
I use like this: http://web2pyslices.com/main/slices/take_slice/133 _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/5/24 Ross Peoples ross.peop...@gmail.com I am trying to make a user editor and running into trouble. I have the standard

Re: [web2py] trunk - missing 'reset_password' in Auth.__call__ in tools.py

2011-05-24 Thread contatogilson...@gmail.com
I don't understand. Show me the code. _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/5/24 Carlos carlosgali...@gmail.com Hi, The 'reset_password' option is missing in tools.py, line # 1048 in Auth.__call__. Carlos

[web2py] Two forms on one page with custom forms

2011-05-23 Thread contatogilson...@gmail.com
Hello, Tailored I'm a system that has a module that has a relationship of a table with theauthentication module. Thus, the user can register a page in your login and passwordand also your personal data, which are the data from that other table. Until then I usedSQLFORM.factory for it and

[web2py] Re: Two forms on one page with custom forms

2011-05-23 Thread contatogilson...@gmail.com
I found the problem and created a slice: http://web2pyslices.com/main/slices/take_slice/133 _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/5/23 contatogilson...@gmail.com contatogilson...@gmail.com Hello, Tailored I'm a system

[web2py] Editing row with SQLFORM.factory

2011-05-16 Thread contatogilson...@gmail.com
Hi, It has a module that I used the link forms using SQLFORM.factory, and everything went right. How do I make this just the same way that editing the data? I can send the data tothe forms, but it does not save. _ *Gilson Filho* *Web Developer

[web2py] Re: Editing row with SQLFORM.factory

2011-05-16 Thread contatogilson...@gmail.com
I tried to do as it is in the comments, but did not work: http://web2pyslices.com/main/slices/take_slice/102 _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] web2py syntax for vim

2011-05-15 Thread contatogilson...@gmail.com
Fork the project for add files: https://github.com/lvidarte/web2py-snippets _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/5/15 pancurster pancurs...@gmail.com Hi, I was looking today for vim syntax for web2py templates but I didn't

Re: [web2py] [tip] GitHub has an amazing online IDE

2011-05-10 Thread contatogilson...@gmail.com
Nice! _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/5/10 Bruno Rocha rochacbr...@gmail.com I just start using git and github and I found this amazing online IDE http://c9.io which edits github repositories. Very nice layout and basic

[web2py] web2py in Web Project

2011-04-15 Thread contatogilson...@gmail.com
Hello, As I said before, I believe a system and stayed in webfaction.com. When I create theapplication there, they already have a script to download the web2py and prepare itwith Apache. But those weeks while using the system it gives the following error: 502 - Bad Gateway Reported that they

[web2py] 502 Bad Gateway in web2py

2011-04-11 Thread contatogilson...@gmail.com
Hello guys, I hosted a system webfaction.com and its plan has 80MB of memory. But the strange thing is that only has two people accessing the system and the usage time gives thefollowing error: 502 Bad Gateway What do I resolve this problem? Has anyone experienced this?

Re: [web2py] Re: PDF writing under GAE

2011-04-05 Thread contatogilson...@gmail.com
There's this plugin for web2py: https://github.com/lucasdavila/appreport __ ___ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Re: web2py joins Pylons project

2011-04-01 Thread contatogilson...@gmail.com
hahaha _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/4/1 CVstash dot com cvst...@gmail.com Happy April 1 to you too. On Apr 2, 1:50 am, Bruno Rocha rochacbr...@gmail.com wrote: http://web2pyramid.pylonsproject.org/ -- Bruno

[web2py] Error in local_import()

2011-03-30 Thread contatogilson...@gmail.com
I researched the list of the error of using local_import (), but without success. I used the import applications.app.modules.script as Script and other ideas did not work. Howshould I do about it? The error: ImportError: No module named testapp.modules.FormatTweets

Re: [web2py] Re: Error in local_import()

2011-03-30 Thread contatogilson...@gmail.com
Thanks Will. Locally it worked, but if I pack and send to GAE? _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/3/30 pbreit pbreitenb...@gmail.com I am not clear on what you are trying to do and what you have attempted. The correct usage

Re: [web2py] Re: Error in local_import()

2011-03-30 Thread contatogilson...@gmail.com
But doing the import from site-packages, to make deployed on Google App Engine itwill be able to use the modules? _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/3/30 Massimo Di Pierro massimo.dipie...@gmail.com

[web2py] Ready web2hash

2011-03-28 Thread contatogilson...@gmail.com
Yesterday enjoying the day off, I developed the web2hash beta. This applicationaggregates all relevant information to web2py on Twitter (of course those who use thehash # web2py in your tweets). Below is the link to access the application and there ownlink to the project repository:

[web2py] Re: Ready web2hash

2011-03-28 Thread contatogilson...@gmail.com
I used the Twitter API to search by Topics Trend, so some entries are not inserted intothe hash does not appear. Later a search can be implemented more detailed web2pyon Twitter. Compared to IE, and I realized that I must fix this weekend. _ *Gilson

[web2py] Restifulie Python

2011-03-25 Thread contatogilson...@gmail.com
This is interesting: https://github.com/caelum/restfulie-py _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] gae RFC

2011-03-16 Thread contatogilson...@gmail.com
Nice idea. _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] video about new RESTful APIs

2011-03-16 Thread contatogilson...@gmail.com
Good!! \0/ _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/3/16 Massimo Di Pierro massimo.dipie...@gmail.com http://vimeo.com/21133657

Re: [web2py] video about new RESTful APIs

2011-03-16 Thread contatogilson...@gmail.com
- The patterns is storaged in the controller? _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Proposals for New Tagline

2011-03-15 Thread contatogilson...@gmail.com
web2py - Code Less Create More! +1 _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Re: greetings from PyCon

2011-03-14 Thread contatogilson...@gmail.com
And second part? _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] REST the web2py way - RFC

2011-03-13 Thread contatogilson...@gmail.com
Would not it be better to do this? @request.get() @request.post() @request.put() @request.delete() def api(): (...) return dict(...) _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Re: REST the web2py way - RFC

2011-03-13 Thread contatogilson...@gmail.com
massimo.dipie...@gmail.com Because I would know how to do @request.get() def api(): return dict() @request.post() def api(): return dict() i.e. have two functions with the same name and select one or the other without ambiguity. On Mar 13, 9:04 am, contatogilson...@gmail.com contatogilson

Re: [web2py] Adjusting the width of the textarea

2011-03-11 Thread contatogilson...@gmail.com
Become to me too. _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/3/11 Johann Spies johann.sp...@gmail.com I want to change the width of certain input fields for the type 'text' in a form. I have tried this but it did not have any

Re: [web2py] Adjusting the width of the textarea

2011-03-11 Thread contatogilson...@gmail.com
Sorry, Happens to me too _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] [tip] Head JS script loader

2011-03-10 Thread contatogilson...@gmail.com
That's what I was looking for! _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/3/10 Martín Mulone mulone.mar...@gmail.com Very interesting 2011/3/10 Richard Vézina ml.richard.vez...@gmail.com Thanks to share Bruno Richard On Wed,

Re: [web2py] [tip] Head JS script loader

2011-03-10 Thread contatogilson...@gmail.com
Very good! _ *Gilson Filho* *Web Developer http://gilsondev.com*

[web2py] web2py in the Pypi

2011-03-10 Thread contatogilson...@gmail.com
The web2py in the Pypi is old. When go to update? Need to help? _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Re: DAL new syntax RFC

2011-03-08 Thread contatogilson...@gmail.com
URL (f = 'default ', c = 'home') This is desnecessary. I'm not used. Buy like this: URL('default','home') This is clean. _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/3/8 villas villa...@gmail.com Ideally there should just be one

Re: [web2py] Re: DAL tutorial video

2011-03-08 Thread contatogilson...@gmail.com
Cool! Congratulations! Submited by Twitter :) _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/3/8 mart msenecal...@gmail.com That' great thanks ! :) On Mar 8, 3:01 am, Massimo Di Pierro massimo.dipie...@gmail.com wrote: I will post

[web2py] Customizing Login

2011-03-08 Thread contatogilson...@gmail.com
How customizing login form? _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Customizing Login

2011-03-08 Thread contatogilson...@gmail.com
, contatogilson...@gmail.com contatogilson...@gmail.com wrote: How customizing login form? _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Customizing Login

2011-03-08 Thread contatogilson...@gmail.com
: Those line don't get you what you want if you place them in your user function? crud.settings.formstyle = 'table3cols' or 'table2cols' or 'divs' or 'ul' crud.messages.submit_button = 'Submit' Richard On Tue, Mar 8, 2011 at 3:03 PM, contatogilson...@gmail.com contatogilson

Re: [web2py] web2py recommended web hosting

2011-03-07 Thread contatogilson...@gmail.com
I recommend webfaction. _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/3/7 rochacbruno rochacbr...@gmail.com For shared hosts. The best, easiest and with a nice cost is webfaction.com Em 07/03/2011, às 06:12, Alejandro

Re: [web2py] explanation of corrections in version 1.93.2

2011-03-06 Thread contatogilson...@gmail.com
- css3 buttons in welcome - What is This??? Foi inserido mais uma ferramenta para inserir botões estilizados com e sem ícones com CSS 3. Um exemplo disso: http://css3buttons.michaelhenriksen.dk/ _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Re: should this be in the scaffolding app?

2011-03-03 Thread contatogilson...@gmail.com
Recommend this for plugin calendar: http://jqueryui.com/demos/datepicker/ http://jqueryui.com/demos/datepicker/Att, _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/3/3 Martín Mulone mulone.mar...@gmail.com I like the idea, we can have

Re: [web2py] should this be in the scaffolding app?

2011-02-28 Thread contatogilson...@gmail.com
Beautiful! +1 _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/2/28 Albert Abril albert.ab...@gmail.com Me too. +1 On Mon, Feb 28, 2011 at 8:51 PM, Martín Mulone mulone.mar...@gmail.comwrote: Yes I like it, 2011/2/28 Massimo Di

Re: [web2py] Quick SQLFORM.factory question

2011-02-28 Thread contatogilson...@gmail.com
if form.acceps(request.vars,session): (...) else: (...) _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/2/28 Lennon lpru...@hotmail.com I think I must be missing something obvious. The form displays correctly and populates

Re: [web2py] IS_IN_DB no dropdown list

2011-02-11 Thread contatogilson...@gmail.com
We have a small problem in the use of IS_IN_DB. Only you can use this, and if want to use a IS_NOT_EMPTY for example, does not display the dropdown list. _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Hosting Web2py on Domain.com

2011-02-09 Thread contatogilson...@gmail.com
Recommend the webfaction.com _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/2/9 Ahmed Bani taz...@gmail.com Hello, I am new to the web2py community, and I am so exited to start on my first application. I have two questions: 1-

[web2py] Coding Dojo

2011-02-09 Thread contatogilson...@gmail.com
Como expliquei no email anterior, o coordenador da UNEB disponibilizou o local e os materiais (projetor + computador) para o encontro. Antes de mais, nada, o formulário de inscrição que foi disponibilizado, tem o total de 25 inscritos da comunidade. Isso extrapola o limite recomendado de um

Re: [web2py] will jQuery UI work with web2py?

2011-02-09 Thread contatogilson...@gmail.com
Example with jQuery UI - http://gilsondev.com/marcado/ http://gilsondev.com/marcado/User: admin Password: admin123 _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/2/9 Tom Atkins minkto...@gmail.com Yes it will work. (1.3.2+ means that

[web2py] Architecture we2py

2011-02-09 Thread contatogilson...@gmail.com
Hello guys, This link has the architecture of the Linux kernel and found it interesting that:http://www.makelinux.net/kernel_map Just to make sure that must have a tool to automate. Does anyone know what it is,because we could do this to show the architecture of web2py and links in source code.

Re: [web2py] Cloud hosting company

2011-02-07 Thread contatogilson...@gmail.com
How to the plan? $$$ _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/2/7 Bruno Rocha rochacbr...@gmail.com I am running in dotcloud (but it is in beta) http://www.web2py.dotcloud.com/ http://www.web2py.dotcloud.com/also Pydra is

Re: [web2py] Mixing/supporting CMS with Web2py

2011-02-02 Thread contatogilson...@gmail.com
Instant Press - http://code.google.com/p/instant-press/ _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/2/2 Carl m...@carlroach.com has anyone direct experience of using Wordpress, SquareSpace or similar solution alongside Web2py?

[web2py] Roadmap

2011-02-02 Thread contatogilson...@gmail.com
Hello Massimo, I took a look at the roadmap, the repository and found it has web2py some goals, and these, features for the framework. Voces want to implement something from him? _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Re: Roadmap

2011-02-02 Thread contatogilson...@gmail.com
http://code.google.com/p/web2py/wiki/Roadmap _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/2/2 Massimo Di Pierro massimo.dipie...@gmail.com which roadmap? On Feb 2, 12:14 pm, contatogilson...@gmail.com contatogilson...@gmail.com

Re: [web2py] Pydiction - python autocomplete on VIM - web2py?

2011-02-01 Thread contatogilson...@gmail.com
I use Python Omni Completation. It's good: http://www.vim.org/scripts/script.php?script_id=1542 _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/2/1 Bruno Rocha rochacbr...@gmail.com Hi, I user Pydiction

Re: [web2py] Pydiction - python autocomplete on VIM - web2py?

2011-02-01 Thread contatogilson...@gmail.com
I do no know _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/2/1 Bruno Rocha rochacbr...@gmail.com 2011/2/1 contatogilson...@gmail.com contatogilson...@gmail.com I use Python Omni Completation. It's good: http://www.vim.org/scripts

Re: [web2py] Favicon on GAE

2011-02-01 Thread contatogilson...@gmail.com
Insert with link tag in the meta: - link rel=icon href=http://www.quotes.co.uk/favicon.ico; type=image/x-icon - link rel=shortcut icon href=http://www.quotes.co.uk/favicon.ico; type=image/x-icon _ *Gilson Filho* *Web Developer

Re: [web2py] Re: T-Shirts web2py

2011-01-26 Thread contatogilson...@gmail.com
We must take into consideration the Python logo. Can anyone get permission? _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/1/26 rochacbruno rochacbr...@gmail.com Cool idea! Suggestion: If this is to raise funds, then great,

[web2py] Relationship Tables in GAE

2011-01-26 Thread contatogilson...@gmail.com
Hey guys, Did someone did a deploy any application which uses two models relate? Because it gives error when I deploy an application that uses this type of relationship. _ *Gilson Filho* *Web Developer http://gilsondev.com*

Re: [web2py] Relationship Tables in GAE

2011-01-26 Thread contatogilson...@gmail.com
might works normally. can you share your piece of code? Bruno Rocha http://about.me/rochacbruno/bio 2011/1/26 contatogilson...@gmail.com contatogilson...@gmail.com Hey guys, Did someone did a deploy any application which uses two models relate? Because it gives error when I deploy

Re: [web2py] Relationship Tables in GAE

2011-01-26 Thread contatogilson...@gmail.com
Sorry, but it seems that the error is different: http://marcadodev.appspot.com/welcome/default/index _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/1/26 Bruno Rocha rochacbr...@gmail.com Is there any traceback message on GAE datastore

Re: [web2py] Relationship Tables in GAE

2011-01-26 Thread contatogilson...@gmail.com
' of exceptions.SyntaxError object at 0x26bd1df6ae682cc0 p24 sS'__reduce_ex__' p25 S'built-in method __reduc... _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/1/26 contatogilson...@gmail.com contatogilson...@gmail.com Sorry, but it seems that the error is different

[web2py] Automated testing in web2py

2011-01-25 Thread contatogilson...@gmail.com
Hello everyone, I was researching this week in web2py automated testing, and is recommended to use the docstrings. Only I found little about it. Where can I find examples or more information about these tests, because I do not want to implement a system without using TDD.

Re: [web2py] Re: Automated testing in web2py

2011-01-25 Thread contatogilson...@gmail.com
What classes of web2py I can use to test user requests and responses of actions? I want to study them. _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/1/25 cjrh caleb.hatti...@gmail.com On Jan 25, 2:12 pm, contatogilson...@gmail.com

Re: [web2py] Re: Automated testing in web2py

2011-01-25 Thread contatogilson...@gmail.com
/web2py_utils/test_runner.html Enviado via iPhone Em 25/01/2011, às 11:00, contatogilson...@gmail.com contatogilson...@gmail.com escreveu: What classes of web2py I can use to test user requests and responses of actions? I want to study them

Re: [web2py] Adding fields to the default register form;

2011-01-25 Thread contatogilson...@gmail.com
http://web2py.com/book/default/chapter/08#Customizing-Auth _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/1/25 David J. da...@styleflare.com How can I extend the default register form to add custom fields? I am not extending the

[web2py] T-Shirts web2py

2011-01-25 Thread contatogilson...@gmail.com
Hello guys, Below is the link for a model of T-shirts for those who want to do: Image: https://docs.google.com/leaf?id=0B1L38RjwqS2cNzBhZDkwNTItZTMxZC00MzRiLWE4MzgtNDM4MmQ2OWI5OGE0sort=namelayout=listnum=50 SVG Format:

[web2py] Re: T-Shirts web2py

2011-01-25 Thread contatogilson...@gmail.com
Suggestions? :) _ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/1/25 contatogilson...@gmail.com contatogilson...@gmail.com Hello guys, Below is the link for a model of T-shirts for those who want to do: Image: https

Re: [web2py] Re: web2pyslices migration

2011-01-21 Thread contatogilson...@gmail.com
What do you think of having a wiki on the framework and its libraries in web2pyslices? _ *Gilson Filho* *Web Developer Blog:* blog.gilsondev.com *Twitter:* twitter.com/gilsonfilho 2011/1/20 Martin.Mulone mulone.mar...@gmail.com :O the rumors run

Re: [web2py] Re: web2pyslices migration

2011-01-21 Thread contatogilson...@gmail.com
This idea is better:) _ *Gilson Filho* *Web Developer Blog:* blog.gilsondev.com *Twitter:* twitter.com/gilsonfilho 2011/1/21 Bruno Rocha rochacbr...@gmail.com 2011/1/21 contatogilson...@gmail.com contatogilson...@gmail.com What do you think

Re: [web2py] Re: JSON Data

2011-01-20 Thread contatogilson...@gmail.com
view. On Jan 19, 6:51 pm, contatogilson...@gmail.com contatogilson...@gmail.com wrote: Hello guys, I'm wanting an action returns a json like this: { start: 2011-01-27, id: 4, title: Fulano Silva } Only to send to the view he is being rendered thus: quot

[web2py] JSON Data

2011-01-19 Thread contatogilson...@gmail.com
Hello guys, I'm wanting an action returns a json like this: { start: 2011-01-27, id: 4, title: Fulano Silva } Only to send to the view he is being rendered thus: quot;{\n \quot;start\quot;: \quot;2011-01-27\quot;, \n \quot;id\quot;: 4, \n \quot;title\quot;: \quot;Fulano

[web2py] Reunião Coding Dojo

2011-01-17 Thread contatogilson...@gmail.com
Olá pessoal, Para todos ficarem cientes, nessa semana eu vou me reunir como coordenador da UNIP para acertamos o local e a data do evento. Att, _ *Gilson Filho* *Desenvolvedor Web Blog:* blog.gilsondev.com *Twitter:* twitter.com/gilsonfilho

Re: [web2py] Re: Interview with Massimo published

2011-01-14 Thread contatogilson...@gmail.com
Sorry if the translation was not very good. I'm studying English right? Help are welcome:) _ *Gilson Filho* *Web Developer Blog:* gilson-filho.blogspot.com *Twitter:* twitter.com/gilsonfilho 2011/1/14 Martín Mulone mulone.mar...@gmail.com My main

Re: [web2py] Re: Interview with Massimo published

2011-01-14 Thread contatogilson...@gmail.com
it is. And thank you Gilson. Your English, and your choice of questions were very good. If you would like to collaborate on a monthly interview with other developers, I would be glad to help. Best regards, John T. On Jan 14, 12:15 pm, contatogilson...@gmail.com contatogilson...@gmail.com wrote

Re: [web2py] Re: Interview with Massimo published

2011-01-14 Thread contatogilson...@gmail.com
...@gmail.com contatogilson...@gmail.com wrote: Sorry if the translation was not very good. I'm studying English right? Help are welcome:) _ *Gilson Filho* *Web Developer Blog:* gilson-filho.blogspot.com *Twitter:* twitter.com/gilsonfilho

Re: [web2py] Error form

2011-01-05 Thread contatogilson...@gmail.com
...@gmail.com lazyT is used for internationalisation, are you using T() somewhere in your code? Helps if you share your app or show us your code for model and controller model - put the code here - /model controller - put the code here - /controller 2011/1/4 contatogilson...@gmail.com

[web2py] Web Patterns in web2py

2011-01-04 Thread contatogilson...@gmail.com
Hello, Below I am forwarding the email I sent to Di Pierro, speaking of a suggestion I made in the module's CRUD web2py. As he asked to pass these tips to the group, I thought it best to pass the same for everyone. Hello, I wanted to give more of an idea, because I realized one thing in the

[web2py] User Login

2011-01-04 Thread contatogilson...@gmail.com
How can I capture the name of the user logged in and put in the view, without links to Login, and Register Lose Password? _ *Gilson Filho* *Desenvolvedor Web Blog:* gilson-filho.blogspot.com *Twitter:* twitter.com/gilsonfilho

Re: [web2py] User Login

2011-01-04 Thread contatogilson...@gmail.com
: expiration : 3600 last_visit : datetime.datetime(2011, 1, 4, 14, 0, 42, 458812) user : email : rochacbr...@gmail.com first_name : bruno id : 1 last_name : rocha password : xxx registration_key : reset_password_key 2011/1/4 contatogilson...@gmail.com

[web2py] Error form

2011-01-04 Thread contatogilson...@gmail.com
I make a relationship one-to-many in the following way: Table 01: Customers; Table 02: officials; Table 03: Agenda Customers - agenda and staff - agenda In the form has a combobox fields of customers and employees, but when After registration the following error occurs: TypeError: 'lazyT'

  1   2   >