Author: adrian
Date: 2011-12-09 12:46:10 -0800 (Fri, 09 Dec 2011)
New Revision: 17178

Modified:
   django/trunk/docs/ref/contrib/admin/index.txt
Log:
Made some small clarifications to contrib/admin/index.txt

Modified: django/trunk/docs/ref/contrib/admin/index.txt
===================================================================
--- django/trunk/docs/ref/contrib/admin/index.txt       2011-12-09 19:53:06 UTC 
(rev 17177)
+++ django/trunk/docs/ref/contrib/admin/index.txt       2011-12-09 20:46:10 UTC 
(rev 17178)
@@ -28,7 +28,8 @@
 3. Add ``django.contrib.messages.context_processors.messages`` to
    :setting:`TEMPLATE_CONTEXT_PROCESSORS` and
    :class:`~django.contrib.messages.middleware.MessageMiddleware` to
-   :setting:`MIDDLEWARE_CLASSES`.
+   :setting:`MIDDLEWARE_CLASSES`. (These are both active by default, so
+   you only need to do this if you've manually tweaked the settings.)
 
 4. Determine which of your application's models should be editable in the
    admin interface.
@@ -42,6 +43,9 @@
 
 7. Hook the ``AdminSite`` instance into your URLconf.
 
+After you've taken these steps, you'll be able to use your Django admin site
+by visiting the URL you hooked it into (``/admin/``, by default).
+
 Other topics
 ------------
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to