
This example shows how to use Django on Vercel with Serverless Functions using the Python Runtime.
https://django-template.vercel.app/
Vercel detects Django's manage.py and uses that to find the WSGI entrypoint and the configuration for static files.
uv syncuv run python manage.py runserverYour Django application is now available at http://localhost:8000.
Deploy the example using Vercel: