From 5c53e30607014163872e89c221b206992a9acfef Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 8 Apr 2012 21:13:32 +0000 Subject: Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17879 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/django-admin.txt | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index f65f302cdb..63e471df0e 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -655,23 +655,11 @@ You can provide an IPv6 address surrounded by brackets A hostname containing ASCII-only characters can also be used. -.. django-admin-option:: --adminmedia - -Use the ``--adminmedia`` option to tell Django where to find the various CSS -and JavaScript files for the Django admin interface. Normally, the development -server serves these files out of the Django source tree magically, but you'd -want to use this if you made any changes to those files for your own site. - -Example usage:: - - django-admin.py runserver --adminmedia=/tmp/new-admin-style/ - .. versionchanged:: 1.3 If the :doc:`staticfiles` contrib app is enabled (default in new projects) the :djadmin:`runserver` command will be overriden -with an own :djadmin:`runserver` command which doesn't -have the :djadminopt:`--adminmedia` option due to deprecation. +with an own :djadmin:`runserver` command. .. django-admin-option:: --noreload -- cgit v1.3