some minor changes

This commit is contained in:
mdipierro
2014-02-28 18:38:06 -06:00
parent 1e9872c015
commit 297983f411
4 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ else:
## connect to Google BigTable (optional 'google:datastore://namespace')
db = DAL('google:datastore')
## store sessions and tickets there
session.connect(request, response, db=db)
session.connect(request, response, db=db)
## or store session in Memcache, Redis, etc.
## from gluon.contrib.memdb import MEMDB
## from google.appengine.api.memcache import Client
+1 -9
View File
@@ -126,15 +126,7 @@ def _():
(T('Live Chat'), False,
'http://webchat.freenode.net/?channels=web2py'),
]),
(T('Plugins'), False, None, [
('plugin_wiki', False,
'http://web2py.com/examples/default/download'),
(T('Other Plugins'), False,
'http://web2py.com/plugins'),
(T('Layout Plugins'),
False, 'http://web2py.com/layouts'),
])
]
(T('Plugins'), False, 'http://web2py.com/plugins')]
)]
if DEVELOPMENT_MENU: _()