Examples
Python / Django
Deploy a Django application
Prompt
Prompt
❯
Create a Django REST API for a blog with posts and comments. Use Django REST Framework. Deploy to Ink.
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Python / Django) |
| Start command | gunicorn myproject.wsgi --bind 0.0.0.0:3000 |
| Port | 3000 |