Ticket #12383: 12383.diff
File 12383.diff, 595 bytes (added by , 15 years ago) |
---|
-
docs/topics/auth.txt
34 34 35 35 1. Put ``'django.contrib.auth'`` and ``'django.contrib.contenttypes'`` in 36 36 your :setting:`INSTALLED_APPS` setting. 37 (The :class:`~django.contrib.auth.models.Permiss on` model in37 (The :class:`~django.contrib.auth.models.Permission` model in 38 38 :mod:`django.contrib.auth` depends on :mod:`django.contrib.contenttypes`.) 39 39 2. Run the command ``manage.py syncdb``. 40 40