[web2py] Configuring Web2py with Zappa

2018-10-03 Thread Sharjeel Ali Shaukat
Please tell me, How can I deploy the Web2py Application to AWS Lamda using zappa. The configuration for django is somewhat this: { "dev": { "django_settings": "frankie.settings", "s3_bucket": "zappatest-code" } } Any help would be much appreciated. -- Resources: - http://web2py.com -

[web2py] Re: Restful api for uploading files

2017-10-19 Thread Sharjeel Ali Shaukat
Thanks its working -- 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 message because you are subscribed to the Google Groups

[web2py] Re: WEB2PY CAS with basic auth

2017-10-19 Thread Sharjeel Ali Shaukat
Yes massimo we need this functionality, Please can you resolved this problem as soon as possible On Tuesday, April 4, 2017 at 6:31:54 PM UTC+5, Muhammad Bilal wrote: > > Hi Massimo > > I am developing a project where I have two web2py applications App A is > provider and App B is consumer. > >

[web2py] Re: Restful api for uploading files

2017-10-19 Thread Sharjeel Ali Shaukat
But how can i send a file for uploading On Thursday, October 19, 2017 at 9:46:47 AM UTC+5, Sharjeel Ali Shaukat wrote: > > I want to create a restful api through which i can upload files to web2py > application using android or other 3rd party applications. Any useful link > o

[web2py] Restful api token based authentication login to CAS

2017-10-18 Thread Sharjeel Ali Shaukat
Currently i have two applications. 1st application is using as a CAS is on different server for the login in 2nd application. Now i want to create a rest service in 2nd application that can utilize the token to be created in 1st application after login any idea regarding this -- Resources: -

[web2py] Restful api for uploading files

2017-10-18 Thread Sharjeel Ali Shaukat
I want to create a restful api through which i can upload files to web2py application using android or other 3rd party applications. Any useful link or code would be very helpful -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Saving User bandwidth consumed

2017-04-20 Thread Sharjeel Ali Shaukat
Please help regarding bandwidth , how user usage of bandwidth should taken from web2py application , application requirement is to check the bandwidth size consumed per logged in user -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: Removing item from list:Reference

2017-04-18 Thread Sharjeel Ali Shaukat
Thanks ! how it will response when i used it in put service of web2py -- 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 message

[web2py] Removing item from list:Reference

2017-04-18 Thread Sharjeel Ali Shaukat
I have company table in which projects information is stored in list:reference , now i want to remove the project id from company table reference field without using loop , simple by DAL update query *Company Table* | *id* | *name* | *projects* | | 1 | Com1 | |1|2| | So after

[web2py] Re: Use length of list:reference field in query

2017-04-17 Thread Sharjeel Ali Shaukat
Its help me alot Thanks -- 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 message because you are subscribed to the Google Groups

[web2py] Bandwidth allocation to users

2017-02-08 Thread Sharjeel Ali Shaukat
Currently i want to know , how to allocate bandwidth to users by restricting them certain download and upload speed , also it will also calculate the bytes on each request they send through browser , Please let me know if its possible -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] S3 Fineuploader with web2py

2016-11-27 Thread Sharjeel Ali Shaukat
Does anyone done work on fineuploaders3 with web2py need multipart upload tutorial regarding that Please help -- 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)

[web2py] Re: Web2py ckEditor

2014-06-19 Thread Sharjeel Ali Shaukat
i m using ckeditor from web2slices -- 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 message because you are subscribed to the Google

[web2py] Web2py ckEditor

2014-06-18 Thread Sharjeel Ali Shaukat
i m using ckeditor here i want to show runtime preview in div and also using its options like Bold button dont highlights the text and are not working perfectly -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] PIL library not working with apache 2.2

2014-06-11 Thread Sharjeel Ali Shaukat
I m having a problem when running PIL library with apache i always get this error global name 'ImageGrab' is not defined please help me regarding this issue -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: PIL library not working with apache 2.2

2014-06-11 Thread Sharjeel Ali Shaukat
I have installed it using PIL binary file from PIL import ImageGrab this is how i m calling the ImageGrab from PIL this line always give me error after running it on apache server -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Sqllite Database backup and recover

2014-01-09 Thread Sharjeel Ali Shaukat
I want to make backup of storage.sqllite database let say backstorage.sqllite then i want to fill new database tables with backup database insert values from backupdatabase to new database ur help is required -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -