Try out Kolo with this demo project (Docker edition)
-
Clone this repository and
cd
into it -
Run
docker-compose up
-
Navigate to localhost:8000/demo/ and you should see some JSON output 🎉
-
If you've already got the Kolo VSCode extension installed, you should see the request to
/demo/
show up in Kolo in VSCode 🙌- If you don't yet have the Kolo VSCode extension installed:
- Install the VSCode extension: https://marketplace.visualstudio.com/items?itemName=kolo.kolo
- Kolo will show up with an icon in the left sidebar in VSCode
- After clicking on the Kolo icon follow the instructions to get set up
- If you don't yet have the Kolo VSCode extension installed:
This repo presents a minimal example of adding Kolo to your local Django set up, if you use Docker for local development on your Django project.
The relevant files are: