Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Ticket #1170: win.diff

File win.diff, 950 bytes (added by fredlin, 6 years ago)
  • config.py

     
    150150 
    151151def config_defaults():     
    152152    current_dir_uri = os.path.abspath(os.getcwd()) 
    153     if not current_dir_uri.startswith("/"): 
    154         current_dir_uri = "/" + current_dir_uri 
    155153    defaults = {'current_dir_uri' : current_dir_uri} 
    156154    return defaults 
    157155 
  • qstemplates/quickstart/dev.cfg_tmpl

     
    2828 
    2929# If you have sqlite, here's a simple default to get you started 
    3030# in development 
    31 sqlobject.dburi="sqlite://%(current_dir_uri)s/devdata.sqlite" 
     31sqlobject.dburi="sqlite:///%(current_dir_uri)s/devdata.sqlite" 
    3232 
    3333 
    3434# if you are using a database or table type without transactions