I have a form:
SQLFORM.factory(*field_list)
First item in field list is a foreign key to some table.
I see the selected value and all possible selectable values great.
Example: drink : watter from (watter, beer, wine)
However: I try make the first field readonly.
Now I see it readonly, but with v
Are you trying to keep the production database and just run migrations on
it, or just create a whole new production database from scratch to match
the new code? If the former, don't touch the /databases folder on
production -- just update the code and leave migrations on, and the DAL
will run t
Dear all,
I am trying to import a user-written .dll library (win32, as the Python
version I use), which I also use in other environments (and it works).
However, every time I get the same error from *ctypes*: "The specified
module could not be found".
1. I tried loading the .dll from the cont
is there any way to display the user id who generated the error ticket? the
user id from the auth_user table
--
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)
-
I am trying to keep my production db with all its data but update the
structure with the new web2py db code
On Oct 18, 2017 16:26, "Anthony" wrote:
> Are you trying to keep the production database and just run migrations on
> it, or just create a whole new production database from scratch to mat
Scroll down to the "Context" section and click the "Session" button -- if
the user was logged in, there should be an "auth" key in the session, which
will include the "user" record.
Anthony
On Wednesday, October 18, 2017 at 10:27:19 AM UTC-4, Anshil Bhansali wrote:
>
> is there any way to displ
On Wednesday, October 18, 2017 at 10:37:17 AM UTC-4, Yebach wrote:
>
> I am trying to keep my production db with all its data but update the
> structure with the new web2py db code
>
Yes, then as noted below, just update the web2py code, make sure migrations
are on, and do *not* touch the produc
All I can offer is help you debug. Are you still in Chicago? Stop by my
office on Tuesday afternoon.
On Friday, 6 October 2017 18:32:51 UTC-5, Omi Chiba wrote:
>
> My Python version is 2.7.4. and My Web2py is Version
> 2.4.7-stable+timestamp.2013.05.24.17.48.47
>
> Nothing changed since I setup
I use mysql on google app engine all the time. I use mysqldb with latest
web2py and dal without any issue.
That is not the right connection string. It should be more something like
this:
google:MySQLdb://username:password@/dbname?unix_socket=/cloudsql/projectname
:us-central1:dbinstanceid
On
Massimo, thank you. Everything is ok now after reinstalling python. Yes,
I'm still on chicago : )
On Oct 18, 2017 9:57 PM, "Massimo Di Pierro"
wrote:
> All I can offer is help you debug. Are you still in Chicago? Stop by my
> office on Tuesday afternoon.
>
>
> On Friday, 6 October 2017 18:32:51
Just create a generic view that does it. It is a good exercise.
On Tuesday, 17 October 2017 16:29:24 UTC-5, 黄祥 wrote:
>
> why web2py can't render the views in markdown format that been assign
> (*.md) in most simple way?
> e.g.
> def testmd():
> response.view = 'default/testmd.md'
> #resp
Never heard of a portlet before. I looked it up and I doubt you will get
much help about them in this mailing list. It is not a common protocol.
Nothing prevents web2py from interoperating with it but it is not something
I intend to support.
On Tuesday, 17 October 2017 21:39:05 UTC-5, IVINH wr
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 (Source
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:
-
https://www.google.com/ :D
--
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
"web
had you read the book :
http://web2py.com/books/default/chapter/29/10/services#Restful-Web-Services
theres an example to do a post
best regards,
stifan
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.googl
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
> or code would be ve
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.
>
> S
18 matches
Mail list logo