django-follow enables your users to follow any model in your Django application.
pip install django-follow
INSTALLED_APPS settingurls.py filemodels.py filesThe repository includes a sample project and application that is configured
to test django-follow.
Clone the repository and cd into the project folder:
cd project/
python manage.py test follow
Registering models:
# Create your own model, then:
from follow import util
util.register(MyModel)
Querying models:
Have a look at the models.py file :)
$ claude mcp add django-follow \
-- python -m otcore.mcp_server <graph>