diff -r 27c47d239739 -r f76599a96238 server/__init__.py --- a/server/__init__.py Thu Aug 12 10:12:52 2010 +0200 +++ b/server/__init__.py Wed Aug 25 09:43:12 2010 +0200 @@ -131,11 +131,9 @@ config.creating = True config.consider_user_state = False config.set_language = False - # only enable the system source at initialization time + admin which is not - # an actual source but contains initial manager account information - config.enabled_sources = ('system', 'admin') + # only enable the system source at initialization time + config.enabled_sources = ('system',) repo = Repository(config, vreg=vreg) - assert len(repo.sources) == 1, repo.sources schema = repo.schema sourcescfg = config.sources() _title = '-> creating tables '