Questions tagged as 'web2py'

1
answer

HTML Base64 image in emails

I have a python API that sends emails. The problem is that I mount an HTML and put a <img> tag and I put a base64 variable that is src . But 90% of e-mail services do not support base64. Is there any other way out? Home Follow the C...
asked by 28.03.2018 / 16:04
0
answers

web2py - show variable value with data from a .csv file in view

I have a web2py framework project called ucsalPY with an application called ucsal. The application path is: ucsalPY/application/ucsal (/controllers, /models, /views) In the default.py controller I created the method: nomes={"nome": ['P...
asked by 25.11.2017 / 21:38
0
answers

Datatables + web2py

I have a table that shows results of a search in the database and I use the Datatables plugin to assemble the pagination. The problem is this: if you pass 500 records the business is slow (Almost every search I make passes easy 500 records)....
asked by 08.11.2017 / 16:45
2
answers

Web2py - Error when using SQLFORM.factory ()

I can not resolve an error that appears when I try to expose a form to two tables of SQLite . The error is as follows:    Traceback (most recent call last):         File "/home/joao/Desktop/web2py/gluon/restricted.py", line 219, i...
asked by 24.07.2017 / 21:53
1
answer

Implementing functions in web2py application using jQuery

Hello. I do not know if it is the correct term, but I have an application made using web2py as a framework. I know absolutely nothing about jQuery but the home page of the site I created is taking a long time to load and I wanted to try using th...
asked by 04.07.2014 / 20:21