Skip to main content

Add X-UA-Compatible meta to django's admin site, so that the admin site can work in IE's compatible mode under IE9 or high version.

Project description

django-admin-fix-ie-compatible

Add X-UA-Compatible meta to django's admin site, so that the admin site can work in IE's compatible mode under IE9 or high version.

Install

pip install django-admin-fix-ie-compatible

Settings

pro/settings.py

INSTALLED_APPS = [
    ...
    'django_admin_fix_ie_compatible',
    ...
]

Note:

  1. Just add django_admin_fix_ie_compatible to INSTALLED_APPS, and nothing more.

Releases

v0.1.1 2020/03/09

  • Fix requirements.txt reading problem in setup.py.

v0.1.0 2020/03/09

  • First release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-fix-ie-compatible-0.1.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page