aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/init/celery/from_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Tests should no longer use the environment-variable-related-setup and set up ↵Christopher Allan Webber2013-05-121-33/+0
| | | | | | | | | in app instead This should remove a bunch of confusing cruft. I hate using that environment variable! Also that old code was fragile. This commit sponsored by Stephen Milton. Thanks!
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-021-0/+33
As the first target of the new .init. submodule move celery_setup there. Quite straight forward, just a lot of places to change.