|
a/Allura/setup.py |
|
b/Allura/setup.py |
|
... |
|
... |
79 |
ldap = allura.lib.plugin:LdapAuthenticationProvider
|
79 |
ldap = allura.lib.plugin:LdapAuthenticationProvider
|
80 |
|
80 |
|
81 |
[allura.project_registration]
|
81 |
[allura.project_registration]
|
82 |
local = allura.lib.plugin:LocalProjectRegistrationProvider
|
82 |
local = allura.lib.plugin:LocalProjectRegistrationProvider
|
83 |
|
83 |
|
|
|
84 |
[allura.theme]
|
|
|
85 |
allura = allura.lib.plugin:ThemeProvider
|
|
|
86 |
|
84 |
[flyway.migrations]
|
87 |
[flyway.migrations]
|
85 |
pyforge = allura.migrations
|
88 |
pyforge = allura.migrations
|
86 |
|
89 |
|
87 |
[flyway.test_migrations]
|
90 |
[flyway.test_migrations]
|
88 |
a = flyway.tests.migrations_a
|
91 |
a = flyway.tests.migrations_a
|