aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/celery_setup/from_celery.py
Commit message (Expand)AuthorAgeFilesLines
* Need to run nosetests with CELERY_CONFIG_MODULE set to from_tests again.Christopher Allan Webber2011-06-191-5/+9
* Updating celery_setup.from_celery to use new config loading / app initChristopher Allan Webber2011-06-181-54/+12
* mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-121-1/+1
* Merge remote branch 'remotes/elrond/idea/clean_celery_setup'Christopher Allan Webber2011-06-121-3/+3
|\
| * celery_setup: drop param to setup_self and simplify OUR_MODULENAMEElrond2011-06-101-4/+3
* | Moving workbench out of process_mediaChristopher Allan Webber2011-06-111-2/+1
* | Have the application set up instances of the WorkbenchManager.Christopher Allan Webber2011-06-111-2/+8
|/
* Factor out most of the database connection into db/open.pyElrond2011-05-191-6/+2
* Clean unused imports (found by pyflakes).Elrond2011-05-181-2/+1
* Renaming connect_database to connect_database_from_config and using in from_c...Christopher Allan Webber2011-05-181-5/+3
* Move models into new db/ directoryElrond2011-05-181-1/+2
* Asbool the email debug mode optionChristopher Allan Webber2011-05-081-2/+2
* Only convert db port if it's there and use asint to do it (better errors if f...Christopher Allan Webber2011-05-081-1/+5
* mgoblin_section.get, not app_config.get (doh)Christopher Allan Webber2011-05-081-1/+1
* Added an email debug mode which, by default, is enabledChristopher Allan Webber2011-05-071-0/+1
* Updated default sender addressJoar Wandborg2011-05-081-1/+1
* Made changes according to http://bugs.foocorp.net/issues/271#note-7Joar Wandborg2011-05-081-0/+4
* Register the models when using from_celeryChristopher Allan Webber2011-05-011-1/+2
* Now we have something useful: mediagoblin.celery_setup.from_celeryChristopher Allan Webber2011-05-011-0/+87