Ticket #9236: 9236.diff
File 9236.diff, 660 bytes (added by , 15 years ago) |
---|
-
docs/ref/contrib/admin/index.txt
27 27 28 28 There are five steps in activating the Django admin site: 29 29 30 1. Add ``django.contrib.admin`` to your ``INSTALLED_APPS`` setting. 30 1. Add ``django.contrib.admin`` to your ``INSTALLED_APPS`` setting (as well 31 as its dependencies: :mod:`django.contrib.auth` and 32 :mod:`django.contrib.contenttypes`. 31 33 32 34 2. Determine which of your application's models should be editable in the 33 35 admin interface.