How can I add a word before your domain name on a website?

django, dns, python, url

Solution

It's called a subdomain and has nothing to do with Django. It's like a mini website within your main website.

More information is available here.

Problem

I don't know if this is relevant, but I am using Django to build a website. How do you add a word before your domain name? For example, with locations: location.website.com, similar to how Craigslist has a different URL for every city. How do you do this?

Original source

Related problems