aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init/celery
Commit message (Collapse)AuthorAgeFilesLines
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-013-3/+3
|
* Move db_name default into config_spec.iniElrond2011-07-111-1/+1
| | | | | | | The default name of the database ("mediagoblin") was coded in db/open.py and init/celery/__init__.py. Instead use the new config system to have this as the default for the "db_name" config option.
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-024-0/+182
As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change.