diff --git a/README.md b/README.md index 9c1ddf1..ca1db8b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # prefect-proxy -[![Code coverage badge](https://img.shields.io/codecov/c/github/DevDataPlatform/prefect-proxy/main.svg)](https://codecov.io/gh/DevDataPlatform/prefect-proxy/branch/main) -[![DeepSource](https://app.deepsource.com/gh/DevDataPlatform/prefect-proxy.svg/?label=active+issues&show_trend=true&token=2GpMBhrZhOTX8-sWY9yJWDXY)](https://app.deepsource.com/gh/DevDataPlatform/prefect-proxy/?ref=repository-badge) +[![Code coverage badge](https://img.shields.io/codecov/c/github/DalgoT4D/prefect-proxy/main.svg)](https://codecov.io/gh/DalgoT4D/prefect-proxy/branch/main) +[![DeepSource](https://app.deepsource.com/gh/DalgoT4D/prefect-proxy.svg/?label=active+issues&show_trend=true&token=2GpMBhrZhOTX8-sWY9yJWDXY)](https://app.deepsource.com/gh/DalgoT4D/prefect-proxy/?ref=repository-badge) Since Prefect exposes an async Python interface and Django does not play well with async functions, we split the Prefect interface off into a FastAPI project @@ -17,7 +17,7 @@ You also need to run a celery worker against the queue called "proxy" celery -A main.celery worker -Q proxy -More project documentation can be found at https://github.com/DevDataPlatform/prefect-proxy/wiki +More project documentation can be found at https://github.com/DalgoT4D/prefect-proxy/wiki To run tests