Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Asbool the email debug mode option | Christopher Allan Webber | 2011-05-08 | 1 | -2/+2 |
| | |||||
* | Only convert db port if it's there and use asint to do it (better errors if ↵ | Christopher Allan Webber | 2011-05-08 | 1 | -1/+5 |
| | | | | failing) | ||||
* | mgoblin_section.get, not app_config.get (doh) | Christopher Allan Webber | 2011-05-08 | 1 | -1/+1 |
| | | | | My name's Chris Webber and I ignore pyflakes warnings. | ||||
* | Added an email debug mode which, by default, is enabled | Christopher Allan Webber | 2011-05-07 | 1 | -0/+1 |
| | |||||
* | Updated default sender address | Joar Wandborg | 2011-05-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | Made changes according to http://bugs.foocorp.net/issues/271#note-7 | Joar Wandborg | 2011-05-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | Force imports of stuff like mediagoblin.process_media which has tasks we need | Christopher Allan Webber | 2011-05-03 | 1 | -0/+6 |
| | |||||
* | Register the models when using from_celery | Christopher Allan Webber | 2011-05-01 | 1 | -1/+2 |
| | |||||
* | Now we have something useful: mediagoblin.celery_setup.from_celery | Christopher Allan Webber | 2011-05-01 | 1 | -0/+87 |
| | | | | auto-configures a celery config module from your paste config | ||||
* | tests for setup_celery_from_config() | Christopher Allan Webber | 2011-04-30 | 1 | -1/+1 |
| | |||||
* | A few more corrections to make setup_celery_from_config() work right | Christopher Allan Webber | 2011-04-30 | 1 | -7/+13 |
| | |||||
* | Import based on the DEFAULT_SETTINGS_MODULE in setup_celery_from_config | Christopher Allan Webber | 2011-04-30 | 1 | -6/+19 |
| | |||||
* | Commit dummy_settings_module, of course. | Christopher Allan Webber | 2011-04-24 | 1 | -0/+0 |
| | |||||
* | setup_celery_from_config tool. Haven't tried if it works, but looks right... | Christopher Allan Webber | 2011-04-24 | 1 | -0/+121 |