mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Added missing closing parenthesis in docs/ref/contrib/flatpages.txt.
This commit is contained in:
parent
71a19a0e47
commit
f9f0a18327
@ -31,7 +31,7 @@ To install the flatpages app, follow these steps:
|
|||||||
|
|
||||||
Also make sure you've correctly set :setting:`SITE_ID` to the ID of the
|
Also make sure you've correctly set :setting:`SITE_ID` to the ID of the
|
||||||
site the settings file represents. This will usually be ``1`` (i.e.
|
site the settings file represents. This will usually be ``1`` (i.e.
|
||||||
``SITE_ID = 1``, but if you're using the sites framework to manage
|
``SITE_ID = 1``), but if you're using the sites framework to manage
|
||||||
multiple sites, it could be the ID of a different site.
|
multiple sites, it could be the ID of a different site.
|
||||||
|
|
||||||
2. Add ``'django.contrib.flatpages'`` to your :setting:`INSTALLED_APPS`
|
2. Add ``'django.contrib.flatpages'`` to your :setting:`INSTALLED_APPS`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user