Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicolewhite/flask-celery

spikes or something
https://github.com/nicolewhite/flask-celery

Last synced: 13 days ago
JSON representation

spikes or something

Awesome Lists containing this project

README

        

```
brew install rabbitmq
PATH=$PATH:/usr/local/sbin
rabbitmq-server
```

```
mkvirtualenv flask-celery
pip install -r requirements.txt
celery -A webapp.celery worker
```

```
make
```