A simple Django API example app, ready to deploy.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py runserverThe server runs on port 8000.
Connect the Ink MCP server to your AI agent and prompt:
Deploy this Django app with Ink.
Full tutorial: docs.ml.ink/examples/backend/python-django
Ink is a deployment platform built for AI agents.
- Website: ml.ink
- Documentation: docs.ml.ink
- Quick Start: docs.ml.ink/quick-start
- Examples: docs.ml.ink/examples