|
a/Allura/setup.py |
|
b/Allura/setup.py |
|
... |
|
... |
94 |
sendmsg = allura.command:SendMessageCommand
|
94 |
sendmsg = allura.command:SendMessageCommand
|
95 |
models = allura.command:ShowModelsCommand
|
95 |
models = allura.command:ShowModelsCommand
|
96 |
reindex = allura.command:ReindexCommand
|
96 |
reindex = allura.command:ReindexCommand
|
97 |
ensure_index = allura.command:EnsureIndexCommand
|
97 |
ensure_index = allura.command:EnsureIndexCommand
|
98 |
script = allura.command:ScriptCommand
|
98 |
script = allura.command:ScriptCommand
|
|
|
99 |
set-tool-access = allura.command:SetToolAccessCommand
|
99 |
flyway = flyway.command:MigrateCommand
|
100 |
flyway = flyway.command:MigrateCommand
|
100 |
|
101 |
|
101 |
[easy_widgets.resources]
|
102 |
[easy_widgets.resources]
|
102 |
ew_resources=allura.config.resources:register_ew_resources
|
103 |
ew_resources=allura.config.resources:register_ew_resources
|
103 |
|
104 |
|