Skip to content

the sites framework

tulpar edited this page Apr 13, 2015 · 1 revision

Date: 2014-10-07 Title: Django开启 the sites framework
Tags: Django Category: It

以下内容来自Django文档

Changed in Django 1.6:
In previous versions, the sites framework was enabled by default.

To enable the sites framework, follow these steps:

Add 'django.contrib.sites' to your INSTALLED_APPS setting.

Define a SITE_ID setting:

SITE_ID = 1
Run migrate.

Clone this wiki locally