web2py Questions

1

Solved

I am finishing up a project in PHP with Yii and phing. Even though Yii is the best web framework I've used to date, I prefer writing Python over PHP. So, I've been looking at web2py and have some q...
Pantisocracy asked 8/4, 2011 at 0:44

2

Solved

I use web2py framework with two tables. How can I refer one field from first table into second table?
Giuseppinagiustina asked 25/3, 2011 at 7:31

2

Solved

I have some functions in func.py that I would like to access from my web2py controller called default.py. I tried to import and use func.py in default.py with "import func" and "calculatesomething ...
Haberdasher asked 11/1, 2011 at 12:14

1

Solved

I have been working with web2py following its official web2py book and got to learn too many things. But a book never teaches a productive workflow. I would like to know what workflow you people us...
Ladon asked 28/11, 2010 at 13:53

2

Solved

Web2py looks like a very nice Python framework but I am wondering if it is suitable to use for a large public web site. What sorts of issues might I run into? I'm not worried about technical ...
Unorganized asked 25/11, 2010 at 6:50

2

Solved

I have a static file that I don't want to be publicly available. Is there a way to limit access with app.yaml so that it can only be loaded by its own domain? web2py based solutions are also welco...
Drill asked 11/9, 2010 at 21:54

2

Solved

I am planning to publish my site soon on Dreamhost using passenger WSGI as mentioned in the dreamhost setup documentation. My issue is that I am wanting www.mydomain.com to go directly to my new a...
Brechtel asked 21/6, 2010 at 13:10

2

Solved

I'm going to develop a small web application on Gae with a registration section, login\logout and stuff like that. Since Google app Engine does not support session out of the box and I don't want t...
Xyloid asked 14/7, 2010 at 11:10

5

Solved

I'm building a Web2Py-based web application and am doing most of my development right on a remote EC2 development server. I would like to version control the entire system, including all python mod...
Oust asked 30/6, 2010 at 23:44

1

Solved

Given a view with layout, how can I load static files (CSS and JS, essentially) into the <head> from the view file? layout.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional/...
Constrain asked 21/5, 2010 at 1:45

5

Solved

Now that I've gotten relatively familiar with web2py, I'd like to give Django a go. What are the main differences? What would be the most efficient way to get started taking into account web2py ...
Kovar asked 10/12, 2009 at 2:21

3

Solved

I am trying to send a mail from my web2py app hosted on GoogleAppEngine. But it is not working. I used the mail function that was given with the web2py. Does anybody how to do this? I read in the G...
Kaffiyeh asked 16/4, 2010 at 20:56

1

Solved

I am going to start designing a web app shortly, and while I have lots of experience doing it in the SQL world, I have no idea what I need to take into consideration for doing so with the goal of m...

1

Solved

I need to build an internal order entry and tracking system for a grocery store which requires many of the features of existing e-commerce systems, such as product catalog, customer_to_order relati...
Tod asked 8/2, 2010 at 18:2

1

I am using web2py to power my web site. I decided to use the web2py DAL for a long running program that runs behind the site. This program does not seem to update its data or the database (sometim...
Electrify asked 25/1, 2010 at 13:26

3

Solved

I was trying to implement a "download link" and put it beside one of my report table so that users can download a csv file and open it with applications like Excel. The records are generated dynam...
Hexahedron asked 4/1, 2010 at 14:45

7

I am thinking about using Google App Engine.It is going to be a huge website. In that case, what is your piece of advice using Google App Engine. I heard GAE has restrictions like we cannot store i...
Sulfate asked 14/12, 2009 at 19:51

3

web2py to is a Python framework but shares the "convention over configuration" design that Ruby on Rails has. On the plus side it packages a lot more functionality with its s standard distrib...
Sememe asked 29/11, 2008 at 3:11

0

I ported gchecky to the google app engine. you can try it here It implements both level 1 (cart submission) and level 2 (notifications from google checkout). Is there any other payment option tha...
Marijn asked 3/11, 2008 at 18:22

© 2022 - 2024 — McMap. All rights reserved.