*GNU* MediaGoblin on <title>
[mediagoblin.git] / mediagoblin / celery_setup /
2011-05-20 Christopher Allan... Now you can set CELERY_ALWAYS_EAGER environment variabl...
2011-05-20 Christopher Allan... Merge remote branch 'remotes/hanaku/pagination'
2011-05-18 ElrondFactor out most of the database connection into db...
2011-05-18 ElrondClean unused imports (found by pyflakes).
2011-05-18 Christopher Allan... Renaming connect_database to connect_database_from_conf...
2011-05-17 ElrondMove models into new db/ directory
2011-05-09 Christopher Allan... Merge remote branch 'spaetz/fix_description'
2011-05-08 Christopher Allan... Asbool the email debug mode option
2011-05-08 Christopher Allan... Only convert db port if it's there and use asint to...
2011-05-08 Christopher Allan... Merge remote branch 'refs/remotes/spaetz/master'
2011-05-08 Christopher Allan... mgoblin_section.get, not app_config.get (doh)
2011-05-08 Christopher Allan... Added an email debug mode which, by default, is enabled
2011-05-08 Christopher Allan... Merge remote branch 'refs/remotes/jwandborg/master'
2011-05-08 Joar WandborgUpdated default sender address
2011-05-07 Joar WandborgMade changes according to bugs.foocorp.net/issues/271...
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Christopher Allan... Force imports of stuff like mediagoblin.process_media...
2011-05-02 Christopher Allan... Register the models when using from_celery
2011-05-01 Christopher Allan... Merge branch 'master' into celerysubmit
2011-05-01 Christopher Allan... Now we have something useful: mediagoblin.celery_setup...
2011-05-01 Christopher Allan... tests for setup_celery_from_config()
2011-05-01 Christopher Allan... A few more corrections to make setup_celery_from_config...
2011-04-30 Christopher Allan... Import based on the DEFAULT_SETTINGS_MODULE in setup_ce...
2011-04-30 Christopher Allan... Merge branch 'master' into celerysubmit
2011-04-25 Christopher Allan... Commit dummy_settings_module, of course.
2011-04-24 Christopher Allan... setup_celery_from_config tool. Haven't tried if it...