django-planet
April 10, 2020

How to handle multiple sites (virtual hosts) in Django

in blog Valentino Gagliardi
original entry How to handle multiple sites (virtual hosts) in Django

It's common to have a single Django project serving requests for multiple domains. Learn how to route each request to the right app.