#16050: media directory still lives on in /django/contrib/admin
--------------------------------------+------------------------------------
     Reporter:  EvilDMP               |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  closed
    Component:  contrib.admin         |                  Version:  1.3
     Severity:  Normal                |               Resolution:  fixed
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  1                     |      Needs documentation:  1
  Needs tests:  1                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by anonymous):

 If you are using Apache to proxy to the Django admin interface (to enable
 the admin interface to be served under a different HTTPS host, for
 example), what do you suggest doing now that ADMIN_MEDIA_PREFIX has been
 removed?

 e.g. https://secure.example.org/net-admin/ proxies internally to
 http://example.net/admin/ (and /admin/ is restricted to internal IPs
 only). STATIC_URL is set to /static/ so that it works fine for everything
 on the front end, but this then does not work as
 secure.example.org/static/ does not exist. If STATIC_URL is set to an
 absolute value of http://example.net/static/, then the admin will
 correctly give mixed HTTPS/HTTP warnings. There appear to be a lot of
 templates that would need overriding, so that doesn't seem like a good way
 to go. We use this set up on a number of sites, so it would be good if
 there was a simple way it could be continued.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16050#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to