Ticket #12216: 12216_r11739.2.diff
File 12216_r11739.2.diff, 695 bytes (added by , 15 years ago) |
---|
-
docs/ref/contrib/flatpages.txt
41 41 42 42 Also make sure you've correctly set :setting:`SITE_ID` to the ID of the 43 43 site the settings file represents. This will usually be ``1`` (i.e. 44 ``SITE_ID = 1``, but if you're notusing the sites framework to manage44 ``SITE_ID = 1``, but if you're using the sites framework to manage 45 45 multiple sites, it could be the ID of a different site. 46 46 47 47 2. Add ``'django.contrib.flatpages'`` to your :setting:`INSTALLED_APPS`