Vercel 零配置支持 Django

Source: Vercel News

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