[web2py] Re: How many apps can a web2py instance handle?

2018-09-18 Thread Carlos A. Armenta Castro
For my own I have my Apps separately within a Docker container and I grant access to the apps using Nginx as a reverse proxy. I have migrated all my Web2Py Apps to Docker containers because the portability, libraries isolation, monitoring porpouse and efficiency. Now I can migrate my apps to an

[web2py] Re: Web2Py + VueJS SPA (Webpack)

2017-11-23 Thread Carlos A. Armenta Castro
t 10:36:52 PM UTC+3, Massimo Di Pierro > wrote: >> >> This is fantastic. Thank you Carlos, >> please email me personally about you work. I think this is the path to >> the future of web2py. >> >> On Tuesday, 14 November 2017 10:48:03 UTC-6, Carlos A. Armenta Castro

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-15 Thread Carlos A. Armenta Castro
Hi Jos茅, I'm not in a hurry, but I will appreciate so much your help. Thank you! P.S. Your recipe with the Webpack proxyTable is working like a charm in my dev server. 馃槄 > lso, in webpack.config.babel.js configuration file , if you add > > > devServer: { > host: '127.0.0.1', > port:

[web2py] Re: restful service + auth on same application/ different controllers = gives Not authorized message

2017-11-14 Thread Carlos A. Armenta Castro
Hola Leandro, te escribo en espa帽ol porque al ver tu nombre me parece que hablas castellano, corrigeme si me equivoco y te lo escribo en ingles, El lunes, 13 de noviembre de 2017, 7:14:00 (UTC-7), Leandro Sebastian Salgueiro escribi贸: I added then the requires_login to api controller and the

[web2py] Web2Py + VueJS SPA (Webpack)

2017-11-14 Thread Carlos A. Armenta Castro
I have using Web2Py for too many years for commercial websites and for Intranets in M茅xico, I want to say that Web2Py is an AMAZING Framework!!! For my new project I need to use an SPA VueJs + Webpack for the FrontEnd ( http://quasar-framework.org/ ) and a Web2Py as my BackEnd API Server. I'm

[web2py] Get Row Count in Restful Web Services

2017-09-13 Thread Carlos A. Armenta Castro
Hi folks I want to get the total rows (count) of a query (get request) in a Restful Web Services ( parse_as_rest ). Is it possible? Or I need to construct my own custom method for this purpose? I know I can limit the number of records by specifying a limit and offset GET variables http://

[web2py] Re: Implementing Token Based authentication JWT

2017-08-23 Thread Carlos A. Armenta Castro
My 1 cent. How to use AuthJWT with requests python library (client): import requests credentials = {'username': 'chuma@xxx.com', 'password': 'mypasswordhere'} r = requests.post('http://127.0.0.1:8000/myapp/default/login_and_take_token', data=credentials) if r.status_code == 200: #Get

[web2py] Re: Implementing Token Based authentication JWT

2017-08-23 Thread Carlos A. Armenta Castro
Very nice!!! A question: in how much time expires the token? how to know it? El s谩bado, 19 de agosto de 2017, 15:31:10 (UTC-7), Oasis Agano escribi贸: > > CONTROLLER > > > from gluon.tools import AuthJWT > import requests > > def index(): > > response.flash = T("Hello World") > retur

[web2py] Re: PyCharm license for web2py dev - who wants?

2015-10-12 Thread Carlos A. Armenta Castro
+1 El domingo, 11 de octubre de 2015, 12:21:16 (UTC-7), Francisco Ribeiro escribi贸: > > Hello all, > > for those who know PyCharm is a great IDE from JetBrains that provides > free licenses for Open Source projects like web2py ( > https://www.jetbrains.com/buy/opensource/?product=pycharm ). To

[web2py] Upgrade to 2.11.2 and Admin Interface doesn't render correctly

2015-06-17 Thread Carlos A. Armenta Castro
Please clear your browser cache and try again. If you test in other computer you will see the page renders normally. -- 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

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-08 Thread Carlos A. Armenta Castro
I don't know if web2pyslices is better than web2pyref and it doesn't care for me. My personal opinion is: We need a decent, powerful and usable website to collect all ours code snippets, examples, recipes, plugins, demo sites, templates (bs2, bs3, etc.) and for to be honest that is our Achilles

[web2py] Re: zip file need password

2015-06-08 Thread Carlos A. Armenta Castro
Hello Milad, Neither Web2Py Package have password. It could be an issue of your zip software. 驴Why not try to clone the Git Repo instead? 1. Download the Git Client: https://mac.github.com/ 2. Clone the repo: git clone --recursive https://github.com/web2py/web2py.git 3. Enjoy it! (run the nex

[web2py] Re: Why web2pyslices.com is down? What we can do?

2015-05-11 Thread Carlos A. Armenta Castro
ATENTION: You can acces web2pyslices from the URL: http://web2pyslices.pythonanywhere.com/ I hope in a future we can have a special domain to allocate all the web2py recipes. El s谩bado, 9 de mayo de 2015, 2:54:51 (UTC-7), Carlos A. Armenta Castro escribi贸: > > Im trying to

[web2py] Why web2pyslices.com is down? What we can do?

2015-05-09 Thread Carlos A. Armenta Castro
Im trying to acces web2pyslices.com but the site is down ( http://downforeveryoneorjustme.com/web2pyslices.com ). Anyone knows the reason? =( -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/we

[web2py] Re: web2pyslices down

2015-05-09 Thread Carlos A. Armenta Castro
Web2pysplices.com is on sale I think we need to rescue Web2pysplices.com because is part of our web2py movement. How can we help? any ideas? El mi茅rcoles, 19 de junio de 2013, 3:51:26 (UTC-7), Johann Spies escribi贸: > > I get a 404 error (Not found) when I try to access web2pyslices.com > >

Re: [web2py] web2py + maps. Any sugestion?

2015-01-21 Thread Carlos A. Armenta Castro
arting point example > > Paolo > > On Tuesday, January 20, 2015 at 9:59:17 AM UTC+1, Massimiliano wrote: >> >> For the same purpose I tried openlayers 3 but I fall back using google >> maps api directly. >> >> >> >> >> On Mon, Jan 19, 2015

[web2py] web2py + maps. Any sugestion?

2015-01-19 Thread Carlos A. Armenta Castro
Im trying to work with maps for a vehicle tracking system. I found several js libraries like google maps api, leaflet, gmaps.js, openstreet, mapbox and too many more like that. Would you recommend any library? Sugestions to work with web2py and maps (gis)? Thank you and sorry for my english. -

[web2py] Re: My gulpjs experiment to allow coffeescript jade and stylus inside web2py

2014-07-14 Thread Carlos A. Armenta Castro
I am impressed. I wish it was implemented in the Web2py Welcome App, Amazing!. Regards. El s谩bado, 12 de julio de 2014 15:59:10 UTC-7, Ramos escribi贸: > > after learning about gulp.js i had to do this > > https://www.youtube.com/watch?v=zt5gnKk40Zw > > my Gulpfile.coffee > > gulp = require

[web2py] Re: web2py CMS

2014-06-02 Thread Carlos A. Armenta Castro
Hi Andrey, I recommend you a new CMS named pynukedev: https://bitbucket.org/pynukedev According to RochacBruno the creator of Movuca - "If you want a stable CMS > for web2py take a look at PyNUke http://www.pynuke.net/ " Regards El viernes, 30 de mayo de 2014 07:21:04 UTC-7, Andrey K e

[web2py] thumbnails plugin

2014-05-09 Thread Carlos A. Armenta Castro
I'll try it, it was ir looking For. -- 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 Gro