From beccc54d114b2b707a47ce931561e60f714f0a8b Mon Sep 17 00:00:00 2001 From: Marko Tibold Date: Thu, 15 Dec 2011 14:56:01 +0100 Subject: [PATCH] Update docs/howto/setup.rst --- docs/howto/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/setup.rst b/docs/howto/setup.rst index b4fbc0372..a9053f733 100644 --- a/docs/howto/setup.rst +++ b/docs/howto/setup.rst @@ -22,7 +22,7 @@ This will be the case by default so you shouldn't normally need to do anything h Admin Styling ------------- -Django REST framework uses the admin media for styling. When running using Django's testserver this is automatically served for you, but once you move onto a production server, you'll want to make sure you serve the admin media separately, exactly as you would do `if using the Django admin `_. +Django REST framework uses the admin media for styling. When running using Django's testserver this is automatically served for you, but once you move onto a production server, you'll want to make sure you serve the admin media separately, exactly as you would do `if using the Django admin `_. * Ensure that the ``ADMIN_MEDIA_PREFIX`` is set appropriately and that you are serving the admin media. (Django's testserver will automatically serve the admin media for you)