Merge pull request #1 from edx/renzo/async-order-fulfillment
Asynchronous order fulfillment
Showing
.coveragerc
0 → 100644
.gitignore
0 → 100644
.pep8
0 → 100644
.travis.yml
0 → 100644
CONTRIBUTORS.txt
0 → 100644
LICENSE.txt
0 → 100644
This diff is collapsed.
Click to expand it.
Makefile
0 → 100644
README.md
deleted
100644 → 0
README.rst
0 → 100644
ecommerce_worker/__init__.py
0 → 100644
ecommerce_worker/celery_app.py
0 → 100644
ecommerce_worker/configuration/__init__.py
0 → 100644
ecommerce_worker/configuration/base.py
0 → 100644
ecommerce_worker/configuration/local.py
0 → 100644
ecommerce_worker/configuration/logger.py
0 → 100644
ecommerce_worker/configuration/production.py
0 → 100644
ecommerce_worker/configuration/test.py
0 → 100644
ecommerce_worker/fulfillment/__init__.py
0 → 100644
ecommerce_worker/fulfillment/v1/__init__.py
0 → 100644
ecommerce_worker/fulfillment/v1/tasks.py
0 → 100644
ecommerce_worker/utils.py
0 → 100644
pylintrc
0 → 100644
pylintrc_tweaks
0 → 100644
requirements.txt
0 → 100644
requirements/base.txt
0 → 100644
requirements/local.txt
0 → 100644
requirements/production.txt
0 → 100644
requirements/test.txt
0 → 100644
setup.py
0 → 100644
Please
register
or
sign in
to comment