|
a/Allura/allura/websetup/schema.py |
|
b/Allura/allura/websetup/schema.py |
|
... |
|
... |
17 |
REGISTRY.prepare()
|
17 |
REGISTRY.prepare()
|
18 |
REGISTRY.register(pylons.c, EmptyClass())
|
18 |
REGISTRY.register(pylons.c, EmptyClass())
|
19 |
REGISTRY.register(pylons.g, config['pylons.app_globals'])
|
19 |
REGISTRY.register(pylons.g, config['pylons.app_globals'])
|
20 |
REGISTRY.register(allura.credentials, allura.lib.security.Credentials())
|
20 |
REGISTRY.register(allura.credentials, allura.lib.security.Credentials())
|
21 |
ming.configure(**conf)
|
21 |
ming.configure(**conf)
|
22 |
from allura import model
|
|
|
23 |
# Nothing to do
|
22 |
# Nothing to do
|
24 |
log.info('setup_schema called')
|
23 |
log.info('setup_schema called')
|
25 |
|
24 |
|
26 |
class EmptyClass(object): pass
|
25 |
class EmptyClass(object): pass
|