Ticket #12383: 12383.diff

File 12383.diff, 595 bytes (added by Tim Graham, 15 years ago)
  • docs/topics/auth.txt

     
    3434
    3535    1. Put ``'django.contrib.auth'`` and ``'django.contrib.contenttypes'`` in
    3636       your :setting:`INSTALLED_APPS` setting.
    37        (The :class:`~django.contrib.auth.models.Permisson` model in
     37       (The :class:`~django.contrib.auth.models.Permission` model in
    3838       :mod:`django.contrib.auth` depends on :mod:`django.contrib.contenttypes`.)
    3939    2. Run the command ``manage.py syncdb``.
    4040
Back to Top