Django - redirect to version with www

前端 未结 3 1921
温柔的废话
温柔的废话 2021-02-07 22:41

Is in Django a simple way to redirect everything from domain without www to version with it? I mean from http:// example.com to http:// www.example.com.

3条回答
  •  野性不改
    2021-02-07 23:01

    I have it. It is PREPEND_WWW in settings.

    https://docs.djangoproject.com/en/dev/ref/settings/?from=olddocs#prepend-www

提交回复
热议问题