diff --git a/helloworld/settings.py b/helloworld/settings.py index 0c8749d5ff4b92a0fe0824b479f400aeecf3a2e5..79ecfd4f3a7a4e3cffb9bded48d5556cf82e75b3 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 = (