[web2py] Re: SSL certificate on web2py (aws ec2 + Nginx + uwsgi)

2017-11-19 Thread Daniel Dos Santos Guilhermino
HI Dave, Many thanks, I'll check acme solution too. best regards, Em sexta-feira, 17 de novembro de 2017 22:22:18 UTC-2, Dave S escreveu: > > > > On Friday, November 17, 2017 at 4:16:50 PM UTC-8, Daniel Dos Santos > Guilhermino wrote: >> >> Thanks Dave! >&

[web2py] Re: SSL certificate on web2py (aws ec2 + Nginx + uwsgi)

2017-11-17 Thread Daniel Dos Santos Guilhermino
Thanks Dave! I'll search about let's encrypt, maybe help me. Best regards. Daniel Guilhermino -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You re

[web2py] SSL certificate on web2py (aws ec2 + Nginx + uwsgi)

2017-11-17 Thread Daniel Dos Santos Guilhermino
Hi everybody, I used the script setup-web2py-nginx-uwsgi to install web2py on Amazon ec2, but I want to use the Amazon Certificate Manager for my domains, it's possible? I did all the setup on Amazon... but still doesnt work. *Thanks in advance.* Best regards, Daniel Guilhermino The impossib

Re: [web2py] Re: Currency formating

2017-08-28 Thread Daniel Dos Santos Guilhermino
Bruno, It's so old! But helped a lot. Thank you. Any way, news about locale? Best regards, Daniel Guilhermino Em quarta-feira, 25 de agosto de 2010 18:03:54 UTC-3, rochacbruno escreveu: > > I solved using temporarily this: > > def Moeda(valor, formatado=True): > from locale import setloca

[web2py] Re: ImportError: No module named

2017-02-20 Thread Daniel Dos Santos Guilhermino
Perfect!! Fix it! Many thanks for your prompt help! Em segunda-feira, 20 de fevereiro de 2017 14:51:44 UTC-3, Leonel Câmara escreveu: > > I think your application name is confusing the custom_importer because > your application is called xml and you are trying to import xml in > extrairp

[web2py] ImportError: No module named

2017-02-20 Thread Daniel Dos Santos Guilhermino
Hello Everybody, I have a little problem with my application... I searched on the forum, but I don't see any solution... Follow the error: Traceback (most recent call last): File "C:\web2py\gluon\restricted.py", line 227, in restricted exec ccode in environment File "C:\web2py\applicati

[web2py] Re: request.now - one day

2016-09-15 Thread Daniel Dos Santos Guilhermino
Helped me a lot! Thank you so much! Em segunda-feira, 19 de janeiro de 2015 14:36:58 UTC-2, Niphlod escreveu: > > slightly incorrect ... > > either > > from datetime import timedelta > yesterday = request.now - timedelta(days=1) > > > or > > > import datetime > yesterday = request.now - date

[web2py] Re: Query and Manage profiles

2015-07-15 Thread Daniel Dos Santos Guilhermino
Dear Stifan, Thank you for your comment, I will try to follow your suggestion, using SQLFORM.grid (CRUDS). Where are you from, China or Japan? Best regards, On Tuesday, July 14, 2015 at 9:46:15 AM UTC-3, 黄祥 wrote: > > I would like to deploy the Company to work a form " query" where employees

Re: [web2py] Re: Query and Manage profiles

2015-07-15 Thread Daniel Dos Santos Guilhermino
Dear Richard, Thank you for your comment, I just read and saw website Odoo, Good suggest! I had an idea when a I visit Odoo, Is possible We adapt CRM for purchase department, precisely for quotes? Let explain my idea: I will create a user for the buyer of the Company. It will request that the

[web2py] Query and Manage profiles

2015-07-14 Thread Daniel Dos Santos Guilhermino
Good Day people, I have a project and do not know what the best way to start, if anyone can help me , I will be immensely grateful. Let the facts: I would like to deploy the Company to work a form " query" where employees create requests for certain departments , and these departments must res