Commit 1a3fd10a authored by Jannis Leidel's avatar Jannis Leidel
Browse files

[1.1.X] Fixed #12383 - Typo fix for authentication documentation.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 30c6021f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ Authentication support is bundled as a Django application in

    1. Put ``'django.contrib.auth'`` and ``'django.contrib.contenttypes'`` in
       your :setting:`INSTALLED_APPS` setting.
       (The :class:`~django.contrib.auth.models.Permisson` model in
       (The :class:`~django.contrib.auth.models.Permission` model in
       :mod:`django.contrib.auth` depends on :mod:`django.contrib.contenttypes`.)
    2. Run the command ``manage.py syncdb``.