new:
in /private new file
myconf = AppConfig(reload=True)
if not request.env.web2py_runtime_gae:
## if NOT running on Google App Engine use SQLite or other DB
db = DAL(myconf.take('db.uri'), pool_size=myconf.take('db.pool_size',
cast=int), check_reserved=['all'])
old:
in /model 0.py file:
settings = Storage(
reload_bg_imgs = False, # reload back ground images
UPD_TIMEOUT =200000,
develop = True,
#migrate = True,
If I need develop mode - I simple uncomment string
but in new version of INIT...
mabe sessions
[db]
...
[db_develop]
...
--
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
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.