Hi, On Sat, Mar 21, 2009 at 2:39 PM, Henri Bergius <[email protected]> wrote: > # http://www.midgard-project.org/documentation/unified-configuration/ > config_name = 'my_midgard_db' > configuration = midgard.config() > configuration.dbtype = 'SQLite' > configuration.database = 'my_midgard_db' > configuration.blobdir = os.path.join(os.path.expanduser("~"), > "midgardblobs"); > configuration.loglevel = 'message' > print "Saving configuration file " + config_name > configuration.save_file(config_name)
Major omission here: configuration.tablecreate = true Without this, Midgard will not be able to create the tables. -- Henri Bergius Motorcycle Adventures and Free Software http://bergie.iki.fi/ Skype: henribergius Jabber: [email protected] Microblog: http://www.qaiku.com/home/bergie/ Sent from: Rome Lazio Italy. _______________________________________________ user mailing list [email protected] http://lists.midgard-project.org/mailman/listinfo/user
