comparison setup.py @ 833:9753e0907827 beta

added dbmigrate package, added model changes moved out upgrade db command to that package
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 11 Dec 2010 01:54:12 +0100
parents 2ef22ee3b45a
children b76da6f22e0f
comparison
equal deleted inserted replaced
832:634596f81cfd 833:9753e0907827
91 [paste.app_install] 91 [paste.app_install]
92 main = pylons.util:PylonsInstaller 92 main = pylons.util:PylonsInstaller
93 93
94 [paste.global_paster_command] 94 [paste.global_paster_command]
95 make-index = rhodecode.lib.indexers:MakeIndex 95 make-index = rhodecode.lib.indexers:MakeIndex
96 upgrade-db = rhodecode.lib.utils:UpgradeDb 96 upgrade-db = rhodecode.lib.dbmigrate:UpgradeDb
97 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand 97 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand
98 celerybeat=rhodecode.lib.celerypylons.commands:CeleryBeatCommand 98 celerybeat=rhodecode.lib.celerypylons.commands:CeleryBeatCommand
99 camqadm=rhodecode.lib.celerypylons.commands:CAMQPAdminCommand 99 camqadm=rhodecode.lib.celerypylons.commands:CAMQPAdminCommand
100 celeryev=rhodecode.lib.celerypylons.commands:CeleryEventCommand 100 celeryev=rhodecode.lib.celerypylons.commands:CeleryEventCommand
101 101