Skip to content

Commit

Permalink
updating list of required apps for zinnia
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed May 3, 2012
1 parent ed0fdc7 commit 69fecb7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/getting-started/install.rst
Expand Up @@ -63,15 +63,17 @@ Then register :mod:`zinnia`, and these following applications in the
:setting:`INSTALLED_APPS` section of your project's settings. ::

INSTALLED_APPS = (
# Your favorite apps
'django.contrib.contenttypes',
'django.contrib.auth',
'django.contrib.admin',
'django.contrib.sites',
'django.contrib.comments',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',
'django.contrib.messages',
'django.contrib.contenttypes',
'tagging',
'mptt',
'zinnia',)
'zinnia',
)

.. _template-context-processors:

Expand Down

0 comments on commit 69fecb7

Please sign in to comment.