Vercel — AI · · 1 min read

Zero-configuration Django support

Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.

Django, one of the most popular high-level Python web frameworks, for rapid development, is now supported with zero-configuration. You can now instantly deploy Django full-stack apps or APIs on Vercel.

Vercel now recognizes and deeply understands the specifications of Django applications, removing the need for redirects in vercel.json or using the /api folder.

All applications on Vercel use Fluid compute with Active CPU pricing by default. Static files will be served by the Vercel CDN.

Deploy Django on Vercel or visit the Django on Vercel documentation

Example Django app

CLI entry point

Project settings

URL routing table

Request handlers

WSGI entry point

Read more

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Vercel — AI