Index: config.py
===================================================================
--- config.py	(revision 2032)
+++ config.py	(working copy)
@@ -150,8 +150,6 @@
 
 def config_defaults():    
     current_dir_uri = os.path.abspath(os.getcwd())
-    if not current_dir_uri.startswith("/"):
-        current_dir_uri = "/" + current_dir_uri
     defaults = {'current_dir_uri' : current_dir_uri}
     return defaults
 
Index: qstemplates/quickstart/dev.cfg_tmpl
===================================================================
--- qstemplates/quickstart/dev.cfg_tmpl	(revision 2032)
+++ qstemplates/quickstart/dev.cfg_tmpl	(working copy)
@@ -28,7 +28,7 @@
 
 # If you have sqlite, here's a simple default to get you started
 # in development
-sqlobject.dburi="sqlite://%(current_dir_uri)s/devdata.sqlite"
+sqlobject.dburi="sqlite:///%(current_dir_uri)s/devdata.sqlite"
 
 
 # if you are using a database or table type without transactions

