mitodl / teachersportal

MIT ODL Teacher's Portal
0 stars 0 forks source link

Added celery as a dependency. #461

Closed justinabrahms closed 8 years ago

justinabrahms commented 8 years ago

What are the relevant tickets?

Fixes #450 Refs #457

What's this PR do?

Adds celery as a dependency.

Where should the reviewer start?

Maybe compare this to https://github.com/mitodl/ccxcon/commit/69a97c3e1c7cb83551a5f24df95d548382b4ca8f

How should this be manually tested?

docker-compose up then visit http://localhost:8075/status/?token=test-token

Any background context you want to provide?

Screenshots (if appropriate)

What GIF best describes this PR or how it makes you feel?

noisecapella commented 8 years ago

Can you incorporate this change I found from grepping the LORE source: https://github.com/mitodl/lore/blob/master/Procfile#L2

noisecapella commented 8 years ago

Functionality looks good, feel free to merge after addressing the two comments :+1: