From dfbb673db0cb52e6942dff4f58b14dd7d2ddf21f Mon Sep 17 00:00:00 2001 From: "Leonardo J. Caballero G" <leonardocaballero@gmail.com> Date: Tue, 12 Jun 2012 17:29:43 -0430 Subject: [PATCH] Deactivate ADMIN_MEDIA_PREFIX var for settings.py file --- helloworld/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helloworld/settings.py b/helloworld/settings.py index 0c8749d..79ecfd4 100644 --- a/helloworld/settings.py +++ b/helloworld/settings.py @@ -65,7 +65,8 @@ STATIC_URL = '/static/' # URL prefix for admin static files -- CSS, JavaScript and images. # Make sure to use a trailing slash. # Examples: "http://foo.com/static/admin/", "/static/admin/". -ADMIN_MEDIA_PREFIX = '/static/admin/' +# http://stackoverflow.com/questions/8222887/where-are-django-admin-sites-static-media-files-and-how-to-configure +#ADMIN_MEDIA_PREFIX = '/static/admin/' # Additional locations of static files STATICFILES_DIRS = ( -- GitLab