[web2py] Production - making redirections on default index with parameters (maybe with nginx)

2015-11-16 Thread Sam Heather
Hi there, I am trying to create redirects using web2py from effectively the default index page (or just the route of the domain/package). Some keywords (such as 'about', stored in a list) wouldn't redirect. However, all not in that list would redirect. The desired behaviour is: https://startbe

Re: [web2py] Production - making redirections on default index with parameters (maybe with nginx)

2015-11-19 Thread Sam Heather
ve something for your case ... am not conversant enough in > that though. > > > Kiran Subbaramanhttp://subbaraman.wordpress.com/about/ > > On Tue, 17-11-2015 4:20 AM, Sam Heather wrote: > > Hi there, > > I am trying to create re

[web2py] Accessing / connecting to web2py database with GUI

2015-12-10 Thread Sam Heather
Hi there, Is it possible to access the Web2Py database remotely using a GUI tool? Web2Py doesn't seem to use the normal instance of mysql installed on the server - how can I find that instance and connect to it via an SSH tunnel using the SQL GUIs on my Mac? I don't want to have to write queries

Re: [web2py] Re: Accessing / connecting to web2py database with GUI

2015-12-10 Thread Sam Heather
a shell running on the webserver machine, cd to that directory > allows you to use the standard SQLite3 command line tool. I've not tried > GUI tools, but I can vouch that SQLite3 seems happy (Fedora 16, Centos 65, > and Windows 7 so far). > > /dps > > >> On Th

Re: [web2py] Re: Accessing / connecting to web2py database with GUI

2015-12-10 Thread Sam Heather
Web2PY to use proper SQL instead of SQLite here <https://realpython.com/blog/python/web2py-migrating-from-sqlite-to-mysql/> is that correct? Sam ᐧ On 10 December 2015 at 22:54, Dave S wrote: > On Thursday, December 10, 2015 at 2:38:23 PM UTC-8, Sam Heather wrote: >> &