
This example shows how to use Django on Vercel with Serverless Functions using the Python Runtime.
https://django-template.vercel.app/
This example uses the Web Server Gateway Interface (WSGI) with Django to handle requests on Vercel with Serverless Functions.
uv syncuv run python manage.py runserverYour Django application is now available at http://localhost:8000.
Deploy the example using Vercel: