© 1999-2048 dssz.net 粤ICP备11031372号
[其它] Django 配置多站点多域名的实现步骤
说明:起步 要介绍一个非常方便的 Django 扩展包– django-hosts 。它能够提供在不同的子域名下访问不同的 app。例如,在项目中有多个应用 app01 、 app02 等,希望通过域名 app01.example.com 访问该应用。 安装与配置 使用 pip 进行安装: pip install django-hosts 把它加入到 INSTALLED_APPS 中: INSTALLED_APPS = [ ... 'django_hosts', ... ] 在中<weixin_38650842> 在 上传 | 大小:46080