Re: [web2py] Multiple connections/ databases with same app

2016-03-12 Thread Shayn Raney
I would like to implement something like for a project that uses two sqlite3 databases? I've tried to create the following within a new model via the web admin gui and did not see the new tables under the 'Available Databases and Tables' appadmin page. Does the 'Available Databases and Tables'

[web2py] Re: unable to see sqlite tables created through console using python console using gluon

2016-03-09 Thread Shayn Raney
This is some rabbit hole, looks like I need to do the following for some odd reason. db = DAL('sqlite://TestDB.sqlite', migrate_enabled=False On Wednesday, March 9, 2016 at 3:06:45 PM UTC-8, Shayn Raney wrote: > > So I take it I need to redescribe the DB again using def

[web2py] Re: unable to see sqlite tables created through console using python console using gluon

2016-03-09 Thread Shayn Raney
on the tables present on the database. it'll > interact only with tables which have been previously defined. > > see > http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer > for all the gory details > > On Wednesday, March 9, 2016 at 11:49:38

[web2py] unable to see sqlite tables created through console using python console using gluon

2016-03-09 Thread Shayn Raney
I've been prototyping a few projects in a stand alone python script, all of this out the web2py framework I am seeing an issue where I can not access an existing sqlite tables and data I've created/inserted. But when I directly connect to it with SQLite console or other tools I have, the tabl

[web2py] Questions about the mdipierro tutorials on vimeo? Is it ok to ask here?

2016-03-03 Thread Shayn Raney
I'm working through the Web2Py Video Course series on Vimeo posted by mdipierro and I have a few questions. Is this a good place to post them or is there a different group I should be looking for? Series is located at: https://vimeo.com/104800778 Thanks for any responses. -- Resources:

[web2py] Re: Shell

2016-03-03 Thread Shayn Raney
I'm am seeing the same thing when running the web2py shell via the administrative interface [Shell 2.13.4-stable+timestamp.2015.12.26.04.59.39 ] on Ubuntu 14.04 LTS with desktop services. Just typing '2+2' gives me 'None'. It acts as if the part that handles the return data for the shell is