This repository manages the:
- Celery consumer for executing block functions
- Block Implementation
Installation has been automated by the codex repository. Please refer to it for instructions on how to set up your environment!
It's super easy to get your Spectrum environment set up!
The best way to use Django commands (like running tests, running the server, creating migrations, etc) is to use the docker-compose file in codex.
cd codex
docker-compose run --rm block-monolith /bin/bash
<perform any Django CLI functions here>
Developer documentation can be found here.
Want to contribute? Great! Feel free to create PR's for improvements and I will take a look at them as quickly as possible! Forks are also encouraged as well!
MIT