]> scripts.mit.edu Git - wizard.git/blobdiff - plugins/scripts/setup.py
Schlep around database handling functions to wizard.sql, add wizard.sql.drop hook.
[wizard.git] / plugins / scripts / setup.py
index 33c727c204500e9753e70d55d2570d052f70aeaa..51f2fb6b62159df9f8b7e03869f43e937c9b6e2d 100644 (file)
@@ -16,8 +16,14 @@ setuptools.setup(
         'wizard.user.passwd': 'scripts = wizard_scripts:user_passwd',
         'wizard.deploy.web': 'scripts = wizard_scripts:deploy_web',
         'wizard.sql.auth': 'scripts = wizard_scripts:sql_auth',
+        'wizard.sql.drop': 'scripts = wizard_scripts:sql_drop',
         'wizard.install.strategy': ['email = wizard_scripts:EmailStrategy',
                                     'mysql = wizard_scripts:MysqlStrategy',
                                    ],
+        'wizard.app': ['wordpress = wizard.app.wordpress:Application',
+                       'mediawiki = wizard.app.mediawiki:Application',
+                       'phpBB = wizard.app.phpBB:Application',
+                      ],
+        'wizard.dummy_apps': 'scripts = wizard_scripts:dummy_apps',
     }
 )