如何在django app中为本地主机创建子域?

时间:2017-04-10 14:56:33

标签: python django subdomain django-urls

如何在django app中创建子域。 基本上我想给每个新注册用户提供一个子域 http://username.127.0.0.1:8000 那么如何更改网址

1 个答案:

答案 0 :(得分:1)

你不能,如果你使用Linux,你可以查看foreach ($array as $key => $value) { echo $key; //<- for testing if($value==mayval)echo "The key is $key"; } 文件。 以/ etc / hosts为例,例如

/etc/hosts

允许您从主持人处获取网址[.. stuff ..] 127.0.0.1 foo.bar www.foo.bar 127.0.0.1 egg.foo.bar bacon.foo.bar foo.barwww.foo.baregg.foo.bar

您只需将代码/配置中的所有bacon.foo.bar次出现更新为127.0.0.1即可。