Hi Ariel,
Why not to create an Starter App Template on GitHub? Just an idea.
Actually Iam using Web2py + Vue + Quasar Framework and it's amazing but
Vietify it's amazing too.
El domingo, 30 de junio de 2019, 23:20:10 (UTC-7), Ariel Antunez escribió:
>
> Hi every body.
>
> For some years I ha
After the oficial announce from webfaction (goDaddy) about the inminent
shutdown of Web2Py support, I decided to migrate my Apps to Opalstack.com .
I want to share with you the procedure what I received from the support
guys (It works!!!).
The initial web2py installer script is attached. There
Try this:
cd ~/apps/yourapp
source env/bin/activate
cd web2py/
python -c "from gluon.main import save_password;
save_password(raw_input('admin password: '), )"
Note: You can find your assigned port with the command "ls" inside of the
web2py path and looking for the file:
parameters_.py
You are not using the default directories, please run those commands into
your CLI:
wget
https://raw.githubusercontent.com/web2py/web2py/master/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh
chmod a+x setup-web2py-nginx-uwsgi-ubuntu.sh
./setup-web2py-nginx-uwsgi-ubuntu.sh
Then you can use the
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
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
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
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
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.
-
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
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
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
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://
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
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
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:
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
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
>
>
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
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
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
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
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
+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
24 matches
Mail list logo