[web2py] Re: mongoengine.org: can this work with web2py?

2019-09-03 Thread Massimo Di Pierro
yes it would work but since you would not benefit from automatic web2py forms and grid, I'd recommend you use py4web instead. On Friday, 1 April 2011 21:39:50 UTC-7, Pystar wrote: > > I would like to know if anybody has used mongoengine, it looks like an > interesting project. -- Resources:

[web2py] latin characters

2019-09-03 Thread fiubarc
Hello, I have an issue when update a record with latin characters (ñ, á, é, í...) db_codec='latin1' is already set For example, when read from db the record FERNANDO ÁLVAREZ is ok, but when update same data and then read it again, I get FERNANDO ÃLVAREZ Python 3.7 Database MSSQL 2000

Re: [web2py] Re: Question with saving the thumbnail name on linux disk

2019-09-03 Thread Dave S
On Saturday, August 31, 2019 at 6:54:21 PM UTC-7, Rahul wrote: > > To Add - > > [Sat Aug 31 18:02:10.901023 2019] [wsgi:error] [pid 3810] [client >> 95.163.255.151:41074 >> ] >> >>

[web2py] invalid view (default/index) error after uploading app to pythonanywhere

2019-09-03 Thread mostwanted
I've just uploaded a new web2py app into pythonanywhere, it opens properly in localhost but after uploading it into pythonanywhere it says *invalid view (default/index) *when i type in the address! I dont understand why, I dont know what i'm doing wrong! If anyone has an idea on how I could

Re: [web2py] Re: How to get rid if the /init/default/ in the URL?

2019-09-03 Thread Lovedie JC
Ok. I meant hide them. Regards On Tue, 3 Sep 2019, 10:06 Dave S wrote: > > > On Saturday, August 31, 2019 at 4:58:49 AM UTC-7, Maurice Waka wrote: >> >> Hi >> This is a very good discussion. >> I followed it and it worked for me. >> However, I have multiple controllers with different views, How

[web2py] Re: mongoengine.org: can this work with web2py?

2019-09-03 Thread Michele Serra
HI, have you tried mongoengine in web2py? Il giorno sabato 2 aprile 2011 06:39:50 UTC+2, Pystar ha scritto: > > I would like to know if anybody has used mongoengine, it looks like an > interesting project. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: web3py -> py4web

2019-09-03 Thread mostwanted
Beautiful, can't wait for a complete project Mostwanted On Wednesday, July 24, 2019 at 7:40:27 AM UTC+2, Massimo Di Pierro wrote: > > OK. I know. I am not good with names. > But there are lots of requirements to be fulfilled. > py4web.com was available and the pypi package was available. > Here

[web2py] Re: How can I run a command once at launch?

2019-09-03 Thread Dave S
On Monday, September 2, 2019 at 8:23:57 AM UTC-7, Francis Windram wrote: > > Hi All, > > Seems like a simple question here but I am struggling with finding an > elegant solution. > > I have a scheduler running with one task that runs at around 2200 every > night, then queues the next run at 2200

[web2py] Re: Help understanding memory use and selects

2019-09-03 Thread Dave S
On Monday, September 2, 2019 at 12:44:18 PM UTC-7, Ian W. Scott wrote: > > I'm trying to lower the memory use of an app and have some general > questions about how memory is used in DAL selects: > > >1. Am I right that the memory used while performing the select isn't >released right

[web2py] Re: How can I run a command once at launch?

2019-09-03 Thread Dave S
On Monday, September 2, 2019 at 8:23:57 AM UTC-7, Francis Windram wrote: > > Hi All, > > Seems like a simple question here but I am struggling with finding an > elegant solution. > > I have a scheduler running with one task that runs at around 2200 every > night, then queues the next run at

[web2py] Re: Reequiring login for a static file

2019-09-03 Thread Dave S
On Sunday, September 1, 2019 at 7:28:05 PM UTC-7, Massimo Di Pierro wrote: > > By definition static files have no authorization because we recommend they > being served directly by the web server bypassing web2py entirely. > > You can put then in a myfiles subfolder of the app and create your

[web2py] Re: How to get rid if the /init/default/ in the URL?

2019-09-03 Thread Dave S
On Saturday, August 31, 2019 at 4:58:49 AM UTC-7, Maurice Waka wrote: > > Hi > This is a very good discussion. > I followed it and it worked for me. > However, I have multiple controllers with different views, How can I make > it (HIDE ALL CONTROLLER NAMES) for all pages. > Say what? How do

[web2py] Re: configuring an app on pythonanywhere

2019-09-03 Thread Dave S
On Friday, August 30, 2019 at 8:28:51 AM UTC-7, Maurice Waka wrote: > > After doing all the procedures for a new app e.g. www.myapp.com, > completing registration on godaddy.com, upgrading on pythonanywhere etc. > The app in web2py is also 'myapp'(same as domain name) > > I went to the web2py