web2py Questions

6

Solved

I want to display flash messages in Django with the close button. Existing message framework in Django allows to display messages and does not allow to close it. As an example, web2py provides suc...
Premarital asked 22/4, 2017 at 14:45

4

Solved

I'm seeing weird behavior on this code: images = dict(cover=[],second_row=[],additional_rows=[]) for pic in pictures: if len(images['cover']) == 0: images['cover'] = pic.path_thumb_l elif len(...
Cinnabar asked 5/8, 2012 at 13:30

2

I am creating a web2py application which will pull a bunch of data from different sources. What's the best way to store the API keys and passwords? Appconfig.ini seems to me as a bad option here.
Fertilize asked 13/7, 2016 at 18:1

2

I'm trying to build a docker image of web2py on top of ubuntu. Given the docker file ####################### # Web2py installation # ####################### # Set the base image for this ins...
Edelman asked 25/5, 2015 at 7:11

24

Is anyone out there* using web2py? Specifically: In production? With what database? With Google Application Engine? by "out there" I mean at stackoverflow.
Maury asked 16/9, 2008 at 20:42

2

Solved

If I run web2py with the -F option, it will generate a .prof file. How do I read the contents of this file? Hotshot doesn't appear to work (I tried RunSnakeRun as well).
Superscribe asked 14/10, 2014 at 22:44

9

Solved

Is it possible? By debug I mean setting breakpoints, inspect values and advance step by step.
Apollinaire asked 24/11, 2008 at 19:27

1

Solved

Hi I'm currently trying to decode the base64 returned from the Github API /:username/:repo/contents/:filepath which returns a json object { "type": "file", "encoding": "base64", "size": 536...
Feodore asked 11/7, 2018 at 4:24

1

Solved

The webapp is deployed on EC2 and following error is faced randomly once or twice a day making the webapp inaccessible for some period of time. It is automatically corrected after some time. (2)No...
Ophiolatry asked 28/9, 2017 at 7:20

3

Solved

I want to start a web2py server so that it can be accessed externally to the hosting server. I've read this http://web2py.com/books/default/chapter/29/03 By default, web2py runs its web server ...
Gagliano asked 7/12, 2012 at 2:40

1

Solved

I am upgrading a legacy web2py (python) application to use react components. I am using webpack to transpile the jsx files to minified js bundle. I want to be able to use: ReactDOM.render( <Co...
Footway asked 4/10, 2016 at 7:9

5

Solved

How do i get a basic web2py server up and running on PythonAnywhere?
Erotogenic asked 5/12, 2011 at 13:44

4

Solved

How would I convert below dictionary into html table {'Retry': ['30', '12', '12'] 'Station MAC': ['aabbccddeea', 'ffgghhiijj', 'kkllmmnnoo'] Download': ['70.', '99', '90'] } Html table format I...
Fifty asked 4/4, 2014 at 22:27

2

Solved

Is there a web2py way of displaying images from a database table? Example: The model: db.define_table=('images',Field('picture', 'upload' )) The controller: def somefunction(): to get the ima...
Sagunto asked 13/6, 2011 at 18:10

5

Solved

im trying to execute some selenium with unittest scripts but i get the following error Starting at: "Sat Dec 07 14:43:17 2013" E ===================================================================...
Proportional asked 8/12, 2013 at 0:5

2

I'd like to ask web2py and django users which tools/modules they use to scan user-uploaded files for malicious software, viruses, etc. Can you offer any recommendations, based on your personal expe...
Thermocouple asked 31/1, 2013 at 18:31

1

Hello everyone i'm wondering if there is a 'like' equivalent in web2py dal. I would like to do something like this: db().select(db.person.name like 'JA') thank you very much for your help! Jas...
Skaw asked 11/7, 2014 at 18:52

2

Solved

It is possible to mark a particular column as unique=true. What is the most correct way to handle multi-column unique constraints in web2py? For example, say I have an exchange rate table. It coul...
Egg asked 8/11, 2011 at 17:33

1

Does web2py function with python 3.3 or python 3.4? I have installed web2py but it cannot run with the python3.4 that I use. I get an error after trying to run the 'web2py.exe - S welcome' that say...
Humidor asked 27/3, 2014 at 10:33

1

Solved

Basically I want to create a sexy GUI using HTML5 then call code that I wrote in python. I have just discovered some tutorials about web2py, however I am getting the videos now from youtube s...
Toothy asked 20/2, 2014 at 16:2

11

Solved

Now that Google allows Java on App Engine, I'm wondering what effect this has on a choice of web framework for App Engine. I realize Google provides the webapp framework which is pretty bar...

2

Solved

Ok my question here should've been more to the point. The bottom line is: I have a remote linux box and I started up web2py on it just fine - it's prompting me to visit port 8000 on the localhost. ...
Antinomy asked 11/10, 2012 at 7:40

3

Solved

I am building an app using Web2py framework... I don't want to have to use the request object to get all of the querystring parameters, instead I'd like to build my controller with named parameters...
Justis asked 9/6, 2010 at 6:12

7

Solved

I got a project in mind that makes it worth to finally take the plunge into programming. After reading a lot of stuff, here and elsewhere, I'm set on making Python the one I learn for now, over C#...
Eddieeddina asked 5/9, 2010 at 12:11

4

Solved

I am interested to know if there are any python/web2py hosting platforms similar to Heroku for Ruby on Ralils? Something that is easily configurable and scalable?
Squill asked 27/6, 2011 at 17:49

© 2022 - 2024 — McMap. All rights reserved.