diff options
| author | tom christie tom@tomchristie.com | 2011-02-19 13:36:38 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-02-19 13:36:38 +0000 |
| commit | 66f595f41a2f23698cafa964414b1ae086c0b821 (patch) | |
| tree | 1392f22b2349c8b6d7980acc0bbde1e8c722fe0f | |
| parent | 5ddc941656f688a1a0deafbb8f1f075aa9b7cb98 (diff) | |
| download | django-rest-framework-66f595f41a2f23698cafa964414b1ae086c0b821.tar.bz2 | |
Link to django docs on serving admin media
| -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 bf97007b..e59ea90e 100644 --- a/docs/howto/setup.rst +++ b/docs/howto/setup.rst @@ -15,7 +15,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 seperatly, 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 <http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/#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) |
