Re: [web2py] web2py 2.16.01 legacy databases

2018-01-24 Thread Ovidio Marinho
What is the need for you to create a primary key in a field name or char? look this: It defines, stores and returns a Table object called "person" containing a field (column) "name". This object can also be accessed via db.person, so you do not need to catch the return value. id: Notes about the pr

[web2py] web2py 2.16.01 legacy databases

2018-01-24 Thread 'DenesL' via web2py-users
Testing web2py 2.16.01 installed from source on Windows 8 with Python 2.7.14 I have two tables on MS SQL Server 2012, one is legacy, the other not: w2p.define_table('person', Field('name', 'string', length=100, notnull=True), Field('info', 'string', length=100), primarykey=['name'] ) w2p.d

[web2py] Re: web2py IDE

2018-01-24 Thread Dave S
On Wednesday, January 24, 2018 at 1:28:05 PM UTC-8, Andrea Fae' wrote: > > Web2py integrated ide environment is not bad, but with limited debugging, > no intellisense and so on. > I'd like to know what is a completely free IDE for using with web2py. > Visual Studio Community? Visual Code Editor

[web2py] Re: web2py IDE

2018-01-24 Thread pbreit
If you just need code formatting/coloring a decent text editor works well enough: VS Code, Atom, Bracket Keep it simple. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Rep

Re: [web2py] web2py IDE

2018-01-24 Thread Philip Kilner
Hi, On 24/01/18 21:28, Andrea Fae' wrote: Can you suggest the best free IDE for web2py, with HTML, CSS, Javascript and, obviously Python 2? I've been using Cloud 9 for a while and am happy with it. I tend to SSH into my own workspace, which required the paid version of Cloud 9 - since AWS

[web2py] web2py IDE

2018-01-24 Thread Andrea Fae'
Web2py integrated ide environment is not bad, but with limited debugging, no intellisense and so on. I'd like to know what is a completely free IDE for using with web2py. Visual Studio Community? Visual Code Editor? In which way? How can I integrate web2py with these IDE? Is it possible? Can yo

[web2py] Problem with -L or --config= of command line

2018-01-24 Thread Richard
Hello, I try to pass a logging.conf file as part of a crond tab job that is launch, but the web2py command line option -L doesn't accept the loggin.conf file... Is there any limitation over which type of configuration file that are supported?? If I put the logging.conf in web2py folder it work

[web2py] Re: auth.messages.subject

2018-01-24 Thread Mark Billion
Sorry, that covers gen emails not the auth section as far as I can see On Wednesday, January 24, 2018 at 1:50:04 PM UTC-5, Marcelo Huerta wrote: > > El miércoles, 24 de enero de 2018, 15:47:50 (UTC-3), Mark Billion escribió: >> >> So, this does not work. Any way to set the subject line? (mayb

[web2py] Re: auth.messages.subject

2018-01-24 Thread Marcelo Huerta
El miércoles, 24 de enero de 2018, 15:47:50 (UTC-3), Mark Billion escribió: > > So, this does not work. Any way to set the subject line? (maybe Im just > missing it) > http://web2py.com/books/default/chapter/29/08/emails-and-sms#Sending-emails -- Resources: - http://web2py.com - http://web2py

[web2py] auth.messages.subject

2018-01-24 Thread Mark Billion
So, this does not work. Any way to set the subject line? (maybe Im just missing it) -- 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 received this me

[web2py] Trouble with reset password

2018-01-24 Thread Julian Sanchez
I'm having troubles with the reset password functionality and I'm hoping you guys can give me some pointers on what to check, or how to fix it (version 2.16.1 stable, running from source). When running my application in GAE I can go to the reset password page ('default/user/request_reset_passwo

[web2py] appadmin CSV Import / Manual insertion ascii "ordinal out of range" error

2018-01-24 Thread Jesse Hunt
Good afternoon all, I have been coming across errors while trying to work with the built-in appadmin to set up tables by manually inserting entries or importing CSVs (using MSSQL primarily). Put simply, any text with German umlauts (characters with the symbols above them, such as Ä, ö) would ca