Ticket #12216: 12216_r11739.diff

File 12216_r11739.diff, 644 bytes (added by Carl Meyer, 14 years ago)
  • flatpages.txt

     
    4141       
    4242       Also make sure you've correctly set :setting:`SITE_ID` to the ID of the
    4343       site the settings file represents. This will usually be ``1`` (i.e.
    44        ``SITE_ID = 1``, but if you're not using the sites framework to manage
     44       ``SITE_ID = 1``, but if you're using the sites framework to manage
    4545       multiple sites, it could be the ID of a different site.
    4646       
    4747    2. Add ``'django.contrib.flatpages'`` to your :setting:`INSTALLED_APPS`
Back to Top