Django hosting without your own server

Your Django project is ready, but you don't want to deal with servers, wsgi and nginx? Connect the repo - Dada Cloud detects django in requirements.txt, builds the project and runs it. PostgreSQL is created next to it, an HTTPS domain is issued right away. Free tier, servers in Russia.

Why Django projects run on Dada Cloud

Django auto-detection

The platform finds django in requirements.txt and builds the project itself - no Dockerfile, no manual wsgi setup.

PostgreSQL for the project

A managed database is created next door, DATABASE_URL appears in the environment - point settings.py at it.

HTTPS domain right away

The project gets a name.dada-tuda.ru address with a certificate. Remember to add it to ALLOWED_HOSTS.

Simple port contract

The app must listen on 0.0.0.0 and the PORT env variable, defaulting to 8000.

Crashes restart themselves

The process restarts automatically after a failure.

Free tier to start

Your first project can run for free, no card required.

Django hosting - FAQ

On Dada Cloud: connect the repo, the platform detects Django, builds and runs the project. No server, wsgi or nginx to configure.

Get your backend live from GitHub today

Connecting a repo takes a minute. You only pay for what you actually use.

Create account