From 38318ba95f4e71ce23e8907cd3f762e0d5fd0867 Mon Sep 17 00:00:00 2001 From: bsirish Date: Mon, 18 Apr 2011 19:26:30 +0530 Subject: Code by Dev Team --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 9ec45706..c30fa172 100644 --- a/README +++ b/README @@ -10,6 +10,7 @@ sudo easy_install PasteDeploy sudo easy_install simplejson sudo easy_install -U bottle sudo easy_install eventlet +sudo easy_install urllib2 Tables: @@ -17,6 +18,8 @@ CREATE TABLE tenants(tenant_id INTEGER, tenant_desc varchar(255), tenant_enabled CREATE TABLE token (token_id varchar(255),expires datetime); +CREATE TABLE groups (group_id varchar(255),tenant_id varchar(255),group_desc varchar(255)); + Issues: bottle not in path on Mac OS X (added exception handling to default path) -- cgit