[web2py] url structure

2018-01-03 Thread jcrowe
Currently, my URLs look like: http://www.domain.com/application/default/ Can anyone point me to instructions on how I can drop the /application/ and only include the domain and controller? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/we

Re: {Disarmed} Re: {Disarmed} [web2py] Showing images or thumbnails in grid view

2017-12-27 Thread jcrowe
2017 at 10:29:41 AM UTC-6, Carlos Cesar Caballero wrote: > > Hi Jason, take a look at the represent param in the field constructor > http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Field-constructor > > Greetings. > > El 27/12/17 a las 11:13, jcrowe

[web2py] Showing images or thumbnails in grid view

2017-12-27 Thread jcrowe
I am using grids as a photo manager of sorts. I am looking for a way to show the image inline in the grid, rather than needing to click the view button to see the images. I have searched around but I didn't find anything. I figure it's either very simple and I'm the only one that doesn't know h

[web2py] installing mssql drivers

2012-07-26 Thread jcrowe
Are there any docs on how to install pyodbc to work with web2py. I have it installed in my windows python installation, but that doesn't seem to work with web2py. Any pointers would be greatly appreciated. :) --

[web2py] installing over network

2011-10-19 Thread jcrowe
Is it possible to use web2py to my dropbox folder which is on a Mac and PC? I would like one installation that is shared to multiple locations. I know this works with one operating system, but I am wanting to work with both PC and Mac. Any Ideas? Thanks!