Getting Started¶
Installation¶
Install django-watchman using pip:
Or with uv:
Quickstart¶
-
Add
watchmanto yourINSTALLED_APPSsetting: -
Include the watchman URLconf in your project
urls.py: -
Start the development server and visit
http://127.0.0.1:8000/watchman/to get a JSON response of your backing service statuses: