Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 3 | -3/+3 |
| | |||||
* | Move db_name default into config_spec.ini | Elrond | 2011-07-11 | 1 | -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.celery | Elrond | 2011-07-02 | 4 | -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. |