[web2py] Re: DHTMLX javascript library

2016-03-26 Thread Henk huisman
I have been studying the documentation and forums of the DHTMLX javascript library a bit further. So it seems they are completely focussed on PHP for server side processing. Python is not on their horizon. I don't think it is worthwhile putting much more energy in this... Too bad. The client sid

[web2py] Re: I get an error whenever I try to send an email from within web2py that doesn't seem related to the

2016-03-26 Thread Anthony
What is the value of "message", and why are you passing an empty list as the "attachment" argument (maybe try removing that)? Anthony On Saturday, March 26, 2016 at 4:08:05 PM UTC-4, Valdeck Rowe wrote: > > The thing is that the error doesn't seem to have anything to do with the > the code I wr

[web2py] I get an error whenever I try to send an email from within web2py that doesn't seem related to the

2016-03-26 Thread Valdeck Rowe
The thing is that the error doesn't seem to have anything to do with the the code I wrote. Here is the traceback: Version web2py™ Version 2.13.4-stable+timestamp.2015.12.26.04.59.39Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. Traceback (most recent call last): File "/home/vgr2/web2py/glu

[web2py] beginners to Web2PY web framework? check this out - your first Web2PY db in 34 minutes 15 seconds

2016-03-26 Thread Literate Aspects
https://www.udemy.com/web-engineering-with-python-and-web2py/learn/v4/t/lecture/3067796 This is the actual course at Lecture # 9. Start from the beginning and enjoy. This manner of instruction is very intuitive and is of the nature of what I believe Web2PY embraces - simplicity and power. Hel

[web2py] Re: model define_table select

2016-03-26 Thread Leonel Câmara
Are you trying to do a foreign key across databases? That's just a bad idea and I don't think the DAL supports it because it doesn't work on most backends (with good reason) anyway. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Sou

[web2py] Re: web2py resources

2016-03-26 Thread Literate Aspects
Hello, I found another awesome tutorial for beginners to supplement Massimo's 5 series videos as a preliminary first steps video for beginners. As a person moving from an old Delphi history to web frameworks and having discovered the incredible contribution of Massimo - realizing that the BARE

[web2py] Re: Upload file using the LOAD (....., ajax = True)

2016-03-26 Thread Mike Constabel
Hello all and Anthony, Am Freitag, 20. November 2015 07:52:05 UTC+1 schrieb Bart: > > Hi Anthony, > > This solution you mention is, with some minor changes, still working in > the current version. I've managed to get the change working in the 2.12.3 > version of web2py.js: > Change function trap

[web2py] model define_table select

2016-03-26 Thread lucas
hello one and all, ok, under the DAL model, say i have a county and zip code table, like, as defined as: db_region.define_table('county', Field('country_id', db_region.country, requires=IS_IN_DB(db_region, db_region.country.id, '%(country)s'), writable=False, readable=False), Field('sta

[web2py] manage_students and other scripts in admin

2016-03-26 Thread Laer Cius
Hi, I would like to visit some of the scripts given in the admin view default folder. So I put a menu in the default frontpage under admin which leads to some of the scripts, but I get an : dal object has no attribute db How do I have to modify the admin db to get this work please ? I tried to

[web2py] DHTMLX javascript library

2016-03-26 Thread Henk huisman
I am trying to use the DHTMLX javascript library in order to present and work with a resource/ timeline scheduler. see image. There are 2 methods to load data into the s

[web2py] Re: Load component in a ?

2016-03-26 Thread Anthony
On Saturday, March 26, 2016 at 7:51:07 AM UTC-4, Michael Beller wrote: > > You may be able to use jquery unwrap, wrap, or replace > > For example, I want to load a component and not generate the wrapping DIV > so I added a unique id to the top element in my view.load file and this > inline at the

[web2py] web2py Job and Recruitment site

2016-03-26 Thread Francisco Tomé Costa
Hi, At https://www.emprego.pt we've developed a job posting site, where candidates can create their professional profile (like LinkedIn) https://www.emprego.pt/apresentacao and companies have a complete backoffice solution for managing recuitment https://www.emprego.pt/recrutamento The website

[web2py] Re: for those of us who do not understand ...

2016-03-26 Thread Kirill Shatalaev
Hello. Did you inspect it with some tool like auto css-checker? There is no font-weight:strong; font-weight:string; on css specification. And some typos четверг, 3 марта 2016 г., 11:27:57 UTC+4 пользователь Massimo Di Pierro написал: > > A damn simple and easy css framework ... stupid.css > >

Re: [web2py] Re: web2py 2.14.1 is OUT

2016-03-26 Thread rahul13
Congratulations all for new web2py On Mar 26, 2016 1:07 AM, "Dave S" wrote: > > > On Friday, March 25, 2016 at 12:22:22 PM UTC-7, Anthony wrote: >> >> Do you have an __init__.py in /applications as well as /uploader? >> >> Anthony >> > > Ha! I just figured it out, and saw your message as I cam

Re: [web2py] Re: What are the platforms for free web hosting of web2py apps?

2016-03-26 Thread Carlos Cesar Caballero Díaz
Hi Michael, I really appreciate your feedback, GAE in fact supports PHP, but is from Google, an USA company that (of course) follows US laws, unfortunately because of that laws the service can't be used from Cuba (I am from Cuba) and other few countries (even the sites hosted in GAE cannot be a

[web2py] Re: Load component in a ?

2016-03-26 Thread Michael Beller
You may be able to use jquery unwrap, wrap, or replace For example, I want to load a component and not generate the wrapping DIV so I added a unique id to the top element in my view.load file and this inline at the bottom: $("#unique-id").unwrap(); I think you may be able to use replace als

[web2py] Re: auth_user table

2016-03-26 Thread pbreit
Sounds like it could be a cookie or session issue. Can you try using your site from an incognito window? -- 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) ---