James, Massimo, is there any news over a possible patch for sentry with
web2py i.e. WSGI middleware?
Op donderdag 16 januari 2014 19:00:13 UTC+1 schreef James Q:
>
> Great. I won't be able to get to this soon, but I assume the standard
> process: git clone, make change and make a pull request?
Hi Niphlod,
Thanks for you answer.
Why i am asking this is because i want to generate around 150 pdf's by
weasyprint and per each pdf i want to queue a mail with it as an attachment.
Could this be done by the build in web2py Scheduler?
PS: i tried the scheduler, but it tries to use the generic.
Hi all,
Does anyone know when the web2py-celery plugin comes out?
In the google code GIT it says last change sinds 2011.
I need background processes running which are started by web2py.
I tried redis (rq) with web2py but it gives me errors when passing database
connection through the scheduled
Hi all,
I have a sentry server running for my logs and bugs from my Django projects
which are running.
But i have also a couple web2py projects running.
Is it possible to send the traceback from web2py too a sentry server?
I believe there is still no support for python web2py from sentry's side
Hi All,
I have a GITLAB CE and GITLAB CI server running.
Does anyone have an example for a python based web2py gitlab-ci.yml for
continuous integration with web2py project GIT's?
For the people who not know what this file is.. it is the file that
configures the test suite for CI integration wit
rls removing "/id".
>
> On Tuesday, August 25, 2015 at 10:37:15 AM UTC-3, Stefan van den Eertwegh
> wrote:
>>
>> Hi everyone,
>>
>> If i search on authentication for restfull API web2py i get basic auth as
>> a result in google and google
'm not wrong you can do the following with Angular:
>
> .factory('API', ['$resource', function($resource){
> return $resource("api/product/id/:id", {id: '@id'});
> }]);
>
> Am I right?
>
> On Tuesday, August 25, 2015 at 10:37:15
JWT.
> This is open for discussion.
>
> On Tuesday, 25 August 2015 08:37:15 UTC-5, Stefan van den Eertwegh wrote:
>>
>> Hi everyone,
>>
>> If i search on authentication for restfull API web2py i get basic auth as
>> a result in google and google groups.
>>
Hi everyone,
If i search on authentication for restfull API web2py i get basic auth as a
result in google and google groups.
Does anyone know how to use a token authentication for the Restfull service
like db.auth_user.token ...?
Thanks!
--
Resources:
- http://web2py.com
- http://web2py.com/b
Thanks Massimo! Problem is solved in 2.12.3!
Op zondag 23 augustus 2015 02:19:31 UTC+2 schreef Massimo Di Pierro:
>
> 2.12.3 is out. Can you please check that?
>
>
> On Saturday, 22 August 2015 18:58:26 UTC-5, Stefan van den Eertwegh wrote:
>>
>> Massimo,
>>
>
Massimo,
I have updated my web2py to 2.12.2 and still have this problem with a
list:reference
Is this something you still have to fix in the web2py version?
Greetings,
Stefan van den Eertwegh
Op dinsdag 28 april 2015 21:26:23 UTC+2 schreef Ariya Owam-aram:
>
> Hi Everyone,
>
> I
Hi Massimo,
I also provide consulting for web2py apps. I was trained at Formatics.
Company: Corebyte (NL)
Adres: www.corebyte.nl
Thanks!
Op zondag 15 februari 2015 23:21:36 UTC+1 schreef Massimo Di Pierro:
>
> We need to update the list of companies that provide web2py consulting.
> This list i
ge in the web2py codebase that needs to happen or is Janrain
self supplying web2py with the new way for google Open ID connect
authorization way?
If anyone knows the answer, i would really appreciate it.
Thanks.
Best regards,
Stefan van den Eertwegh
--
Resources:
- http://web2py.com
-
Hi Massimo,
No thank you, i use weasyprint for making PDFs, which is very easy with
self made html views.
This topic goes about using web2py to make excel sheets.
Maybe you have some ideas Massimo?
Thank you!
Op zondag 26 oktober 2014 16:34:58 UTC+1 schreef Stefan van den Eertwegh:
>
&
Hi,
I am writing for my invoice app a excel (xlsx) function to export a view of
al my invoices to excel.
Does anyone has some experience with xlsxwriter? Or some tips or
alternatives?
Or maybe you advise me to use xlwt from python-excel.org?
I am having trouble with the translatable string tha
I have made a invoice application and have a view where i have to view the
last changes from the application.
I have about 3 tables with record versioning on and i want to make a simple
query to retrieve the latest changes from all 3 tables sorted on date.
I dont want to make 3 queries and conne
d your answer here:
> http://web2py.com/books/default/chapter/29/09/#markmin_basic_authentication
>
> And was working like a charm. ;)
>
> On Sunday, August 31, 2014 9:41:01 AM UTC-3, Stefan van den Eertwegh wrote:
>>
>> Hi,
>>
>> Does anyone know how to set aut
Hi,
Does anyone know how to set authentication to a web2py SOAP API?
Thank you!
--
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 messag
emove their *.table files (stored in databases directory), and let web2py
> recreate it.
>
> If you need to keep the data, but you don't care about those float/double
> fields, you can manually change those fields.
>
> [I wonder why web2py didn't automigrate...]
>
>
:
>
> Can you change "float" to "double" and try if it fixed the issue?
>
> Marin
>
>
> On Fri, Aug 15, 2014 at 10:31 AM, Stefan van den Eertwegh <
> stefan@gmail.com > wrote:
>
>> db.define_table(
>> 'invoice_rule'
PTY_OR(IS_IN_DB(db, db.product.id, db.product._format))),
Field('description', 'string', label=T('Description')),
Field('date', 'date', label=T('Date')),
Field('vat_percentage', 'string',
requires=IS_IN_SET
course a different db
> backend may work differently.
>
> Just google python decimal.
>
> On Friday, July 11, 2014 5:50:30 AM UTC-4, Stefan van den Eertwegh wrote:
>>
>> Hi,
>>
>> I have a float type in the define tables and when he inserts 3.50 into
>>
Is there anyone who knows why this is happening?
Please, anyone?
Op vrijdag 11 juli 2014 11:50:30 UTC+2 schreef Stefan van den Eertwegh:
>
> Hi,
>
> I have a float type in the define tables and when he inserts 3.50 into the
> database he makes 4.0 off it.
> How comes that
Hi,
I have a float type in the define tables and when he inserts 3.50 into the
database he makes 4.0 off it.
How comes that it rounds off the float? And not uses the usage of 2
decimals?
Thank you!
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/
Field('myfield', represent=lambda v, r: mydict[v]))
>
> Anthony
>
> On Wednesday, June 11, 2014 10:50:06 AM UTC-4, Stefan van den Eertwegh
> wrote:
>>
>> Hi Anthony,
>>
>> Me and my colleges tried it with represent but we cant figure it out.
>>
Hi Anthony,
Me and my colleges tried it with represent but we cant figure it out.
Can you give an example how this should work?
The table and column is templates.type (key: value)
Regards,
Stefan van den Eertwegh
Op woensdag 11 juni 2014 16:37:13 UTC+2 schreef Anthony:
>
> The IS_
Hi all,
I have a model where a Field has IS_IN_SET({'1':T(''),2:T('')}).
When you have a grid in web2py; When you edit the record you see the value
(the translatable string).
But when you view the record you see the key of the IS_IN_SET.
IS is possible to have the grid showing the value from th
Hi al,
I have a grid in web2py and want a pagination class define to use the
bootstrap pagination styling.
The parameters pagination_class and paginator_class doesnt work.
Does anyone know how this works?
Thank you!
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
-
They are generated by web2py. It's strange it has something to do with the
IDs...
Op dinsdag 13 mei 2014 00:20:38 UTC+2 schreef Dave S:
>
>
>
> On Sunday, May 11, 2014 8:05:15 AM UTC-7, Stefan van den Eertwegh wrote:
>>
>> Hi all,
>>
>> I have a web2p
The web2py-pages module used the check if language is nl_NL but there is
only a nl.py file in the languages folder.
Op vrijdag 9 mei 2014 23:54:03 UTC+2 schreef Massimo Di Pierro:
>
> Which app? Perhaps we do not have a nl_NL.py file.
>
> On Thursday, 8 May 2014 09:21:01 UTC-5, St
Hi all,
I have a web2py project and a sqlite database and every table shows this
error: 'Column "auth membership"."id" not found (SQL TABLE)'
Ofcourse every table its own error.
Does anyone know the solution?
Thanks!
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
Does anybody know how this happened?
T.accepted_language shows nl instead of nl_NL
--
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 mess
close a topic, delete or edit them
- Ofcourse is Active topics also there
The live site is: www.uforum.nl
The github site is: www.github.com/corebyte/uforum/
I am open for suggestions!
Best regards,
Stefan van den Eertwegh
--
Resources:
- http://web2py.com
- http://web2py.com/book
throught title and body
- Admins can moderate topics, replys, forums and categories
- Topics can be closed so no-one can reply anymore
- There are avatars available
More features come in the future.
It's on github, on the address: http://github.com/corebyte/uforum
Best regards,
Stefan va
; start_month,start_day
> )
>
>
> Since start_date is the 'date' datatype, it's expecting a python datetime
> object.
>
> On Tuesday, May 6, 2014 4:22:46 AM UTC-5, Stefan van den Eertwegh wrote:
>>
>> Hi all,
>>
>> I have the followin
del:
Field('start_date', 'date', default=request.now,
requires=[IS_DATE(format=('%d-%m-%Y')), IS_NOT_EMPTY()]),
Field('end_date', 'date', default=request.now,
requires=[IS_DATE(format=('%d-%m-%Y')), IS_NOT_EMPTY()]),
I still not get what
36 matches
Mail list logo