Re: [web2py] Re: Error upload file on 2.6.4

2013-09-27 Thread Relsi Hur Maron
Cool! Thanks!! 2013/9/27 Niphlod > if your "now" is 2.6.4, then current trunk adds only bug fixes and no new > (potentially untested) features. > > > On Friday, September 27, 2013 4:31:15 PM UTC+2, Relsi Hur Maron wrote: >> >> >> Thanks! Now is workin

[web2py] Re: Error upload file on 2.6.4

2013-09-27 Thread Relsi Hur Maron
Thanks! Now is working. It is a production app, no problem to use the current trunk? Em sexta-feira, 27 de setembro de 2013 11h20min01s UTC-3, Niphlod escreveu: > > try current trunk. > > Il giorno venerdì 27 settembre 2013 15:17:54 UTC+2, Relsi Hur Maron ha > scritto: >>

[web2py] Error upload file on 2.6.4

2013-09-27 Thread Relsi Hur Maron
Hi all, I have a upload javascript in my app tha call a function in my controller to upload files. It was working fine until now, so I update my web2py to latest version and now I get te error: "not indexable" in my upload function. Well, my functions is: def upload_callback(): if 'qqfi

Re: [web2py] Re: Demistifying web2py

2013-08-06 Thread Relsi Hur Maron
Cool, all is better inside the context. =) Em terça-feira, 6 de agosto de 2013 09h47min06s UTC-3, Alan Etkin escreveu: > > > I think he is making a joke. Nobody says that but some dishonest people > form the > > competition. > > Yeah, some of the statements I called criticism are very ridicu

[web2py] Re: Demistifying web2py

2013-08-05 Thread Relsi Hur Maron
web2py is* just* for learning? why? Em segunda-feira, 5 de agosto de 2013 16h58min05s UTC-3, Alan Etkin escreveu: > > I've proposed a talk At PyConAr (Argentina) about all the criticism web2py > has had from a technical standpoint. Particularly, I'll try to demonstrate > that it is not quite

Re: [web2py] Crowdsourcing platform in Web2Py?

2013-07-04 Thread Relsi Hur Maron
What features you need? I'm developing a project of crowdsourcing here, is commercial but I'll release a part of the application opensource, with the following features: - add/listing of jobs - add/listing workers and portfolios - signup employee and company - submission of Proposals - internal m

[web2py] Re: What is the best (or correct) way to show a reference value

2013-06-07 Thread Relsi Hur Maron
Great! Thank you very much guys. =) Em sexta-feira, 7 de junho de 2013 16h29min55s UTC-3, Anthony escreveu: > > {{for data in list:}} > > >> {{=data.user_name}} >> {{=("%(name)s" %data.user_city)}} >> {{=("%(name)s" %data.user_state)}} > > > Above, '%(name)s' % data.user_city resul

[web2py] What is the best (or correct) way to show a reference value

2013-06-07 Thread Relsi Hur Maron
Hi guys, I have a doubt here about he best way of show a *reference* value. I'll use a simple example to illustrate, I have the following tables: db.define_table('city', Field('name', type='string') ) db.define_table('state', Field('name', type='string') ) db.define_table('user

[web2py] Re: PAAS supporting web2py

2013-05-27 Thread Relsi Hur Maron
Pythonanywhere https://www.pythonanywhere.com/ Em segunda-feira, 27 de maio de 2013 13h14min39s UTC-3, Arvind Gupta escreveu: > > Hi > Is there any PAAS (like openshift/cloudfoundry) which support web2py? > > regards > Arvind > -- --- You received this message because you are subscribe

Re: [web2py] Re: [OFF] App for crowdfundig sites (like KickStarter)

2013-03-25 Thread Relsi Hur Maron
slated. Neither is > 'Documentacao' (I assume that means 'documentation'). > > On Monday, March 25, 2013 10:48:39 AM UTC-7, Relsi Hur Maron wrote: >> >> >> Hi guys! >> >> In recent days we have developed an application to create crowdfunding

[web2py] [OFF] App for crowdfundig sites (like KickStarter)

2013-03-25 Thread Relsi Hur Maron
Hi guys! In recent days we have developed an application to create crowdfunding platforms (Like KickStarter, IndieGoGo, etc.) with web2py. Our inspiration was another open source application called Catarse, developed in ruby, here in Brazil also. It already has the default functionalities o

Re: [web2py] Free host for blog with domain?

2013-03-24 Thread Relsi Hur Maron
- OpenShift - Amazon Web Services (1 year free) 2013/3/24 Mika Sjöman > Hi > > I wonder if anyone knows where I can put my we2py based blog up where they > I also can use myOwnDomain.com for free? Not too much traffic, maybe a 100 > a day > > And... I just build a community from scratch in two

[web2py] Re: No CMS for Web2Py?

2013-03-23 Thread Relsi Hur Maron
\o/ Cool!!! Forked!! Em sábado, 23 de março de 2013 16h34min39s UTC-3, Loïc escreveu: > > Hi Marcel > > For my personal use I developed a basic CMS. The goal was to have > something very simple to use. > Some features need to be improved, but I released the project recently. > You can have a

[web2py] MySQL Error

2013-03-21 Thread Relsi Hur Maron
I have this action that verify is a group exist, if not, it create this group: verify_install = db(db.auth_group.role == 'admin').select() if not verify_install: auth.add_group('admin', 'Administrative Group') redirect

[web2py] [solved] Re: Facebook conect and ExtendedLoginForm()

2013-03-06 Thread Relsi Hur Maron
Hi, I managed to solve it using the Diego Sorrilha sample [1<https://github.com/r4bugento/web2social>]. If more anyone to need, gets the reference. =) [1] https://github.com/r4bugento/web2social Em terça-feira, 5 de março de 2013 00h17min48s UTC-3, Relsi Hur Maron escreveu: >

[web2py] Facebook conect and ExtendedLoginForm()

2013-03-05 Thread Relsi Hur Maron
Hi guys!! Does anyone have an example of connecting to Facebook using the class ExtendedLoginForm? I try to do it but I receive this error: form.components.append(self.alt_login_form.login_form()) AttributeError: 'FaceBookAccount' object has no attribute 'login_form' So, for test, I put a