diff options
author | Marko Tibold | 2011-12-15 14:56:01 +0100 |
---|---|---|
committer | Marko Tibold | 2011-12-15 14:56:01 +0100 |
commit | beccc54d114b2b707a47ce931561e60f714f0a8b (patch) | |
tree | 6091db40256bf0ec9b3fc013d8ad1de0a534c754 /docs | |
parent | 8cabab2703be3a2e21e79b945659a7b14df89e71 (diff) | |
download | django-rest-framework-beccc54d114b2b707a47ce931561e60f714f0a8b.tar.bz2 |
Update docs/howto/setup.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/howto/setup.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/setup.rst b/docs/howto/setup.rst index b4fbc037..a9053f73 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 <http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/#serving-the-admin-files>`_. +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 <https://docs.djangoproject.com/en/dev/howto/deployment/modpython/#serving-the-admin-files>`_. * 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) |