# Zero-configuration Django support

DevFeed: [Zero-configuration Django support](<https://devfeed.tech/articles/zero-configuration-django-support-1212.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/zero-configuration-django-support>)

Author: Marcos Grappeggia

Published: 2026-04-09T15:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Django](<https://devfeed.tech/topics/django.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Python](<https://devfeed.tech/topics/python.md>), [Web](<https://devfeed.tech/topics/web.md>), [API](<https://devfeed.tech/topics/api.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [django](<https://devfeed.tech/tags/django.md>), [python](<https://devfeed.tech/tags/python.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

Vercel now supports zero-configuration deployment for Django applications. Developers can deploy Django full-stack apps and APIs without redirects in vercel.json or use of the /api folder. Vercel serves static files through its CDN and uses Fluid compute with Active CPU pricing by default.

## Source excerpt

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