{ "info": { "author": "Matt Deacalion Stevens", "author_email": "matt@dirtymonkey.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "================\ndjango-ssl-admin\n================\n.. image:: https://travis-ci.org/Matt-Deacalion/django-ssl-admin.png?branch=master\n :target: https://travis-ci.org/Matt-Deacalion/django-ssl-admin\n :alt: Build Status\n.. image:: https://coveralls.io/repos/Matt-Deacalion/django-ssl-admin/badge.png?branch=master\n :target: https://coveralls.io/r/Matt-Deacalion/django-ssl-admin?branch=master\n :alt: Test Coverage\n.. image:: https://pypip.in/version/django-ssl-admin/badge.png\n :target: https://pypi.python.org/pypi/django-ssl-admin/\n :alt: Latest Version\n.. image:: https://pypip.in/wheel/django-ssl-admin/badge.png?new\n :target: https://pypi.python.org/pypi/django-ssl-admin/\n :alt: Wheel Status\n.. image:: https://pypip.in/license/django-ssl-admin/badge.png\n :target: https://pypi.python.org/pypi/django-ssl-admin/\n :alt: License\n\nMake the Django admin only available via https. For Django versions >= 1.7.\n\nInstallation\n------------\nYou can install `django-ssl-admin` using pip::\n\n $ pip install django-ssl-admin\n\nUsage\n-----\nTo enable `django-ssl-admin` you need to add it to MIDDLEWARE_CLASSES:\n\n.. code-block:: python\n\n MIDDLEWARE_CLASSES = (\n ...\n 'ssladmin.middleware.SSLAdmin',\n ....\n )\n\nIf your admin path is not `/admin/` you can change the `ADMIN_PATH` setting like so:\n\n.. code-block:: python\n\n ADMIN_PATH = '^/staff/'\n\nIf you have a reverse proxy set up remember to let Django know how it can detect a secure connection, e.g.:\n\n.. code-block:: python\n\n SECURE_PROXY_SSL_HEADER = ('HTTP_X_SCHEME', 'https')\n\nLicense\n-------\nCopyright \u00a9 2015 `Matt Deacalion Stevens`_, released under The `MIT License`_.\n\n.. _Matt Deacalion Stevens: http://dirtymonkey.co.uk\n.. _MIT License: http://deacalion.mit-license.org", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://dirtymonkey.co.uk/django-ssl-admin", "keywords": "django https secure admin ssl", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-ssl-admin", "package_url": "https://pypi.org/project/django-ssl-admin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-ssl-admin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://dirtymonkey.co.uk/django-ssl-admin" }, "release_url": "https://pypi.org/project/django-ssl-admin/1.1.4/", "requires_dist": null, "requires_python": null, "summary": "Django middleware to make the admin https only.", "version": "1.1.4" }, "last_serial": 1362758, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "f9ae35551000e053facce0c7dce772bf", "sha256": "552fa46c8593a263d04440ee3a59b058c9aaf5e0403be5ed4e36f7342df62edf" }, "downloads": -1, "filename": "django-ssl-admin-1.0.tar.gz", "has_sig": false, "md5_digest": "f9ae35551000e053facce0c7dce772bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3375, "upload_time": "2014-05-02T17:51:35", "url": "https://files.pythonhosted.org/packages/c5/53/b7ba315598fbc579c5aed6b80f1048c51be7174f7b56cd3d0d5c0702ba0a/django-ssl-admin-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "f82251715970699ccd01382c73dc30bb", "sha256": "df16e99609009656dd43642b6ee7140324c0f16b7d6a1c68bf6fb7b73760191c" }, "downloads": -1, "filename": "django_ssl_admin-1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f82251715970699ccd01382c73dc30bb", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4494, "upload_time": "2014-06-13T16:14:07", "url": "https://files.pythonhosted.org/packages/4f/d3/d50a6cc8d4a251333fc72712a84dbdc200d2579a426768d9912b5ef624e2/django_ssl_admin-1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c13f478039dba8d81ed1f2abf2958a5a", "sha256": "42482bc6d448817fabcf7a0fb68c36e26c0e899fedff5a59ff3b6181757681bc" }, "downloads": -1, "filename": "django-ssl-admin-1.1.tar.gz", "has_sig": false, "md5_digest": "c13f478039dba8d81ed1f2abf2958a5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3005, "upload_time": "2014-06-13T16:14:04", "url": "https://files.pythonhosted.org/packages/15/85/96aa4b1fe52864e9181c1e34e6a1d77fd0bd96b61a476ee7032c1c0e2b28/django-ssl-admin-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "03d3968d826de451261aa1e499758c77", "sha256": "eee6afb258fbd26533f3b9d66e4ca5a516c1c8e44fd12092a337c47a9c8bd76e" }, "downloads": -1, "filename": "django_ssl_admin-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "03d3968d826de451261aa1e499758c77", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4726, "upload_time": "2014-06-13T16:20:51", "url": "https://files.pythonhosted.org/packages/69/6d/41b593eac9229d0e258b6bae23aeaf5cfd19cefbb3e192c454913bf03561/django_ssl_admin-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "363f2bc0ea0725e77de826c36f6cfb01", "sha256": "87bda1f84fdc086f0bb38b9379a75f81efa4466c35e9a9b73669df8a2544faf4" }, "downloads": -1, "filename": "django-ssl-admin-1.1.1.tar.gz", "has_sig": false, "md5_digest": "363f2bc0ea0725e77de826c36f6cfb01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3128, "upload_time": "2014-06-13T16:20:48", "url": "https://files.pythonhosted.org/packages/22/e6/cc4a982ecea1fc2e4e562cb8d87de7b1e75ad8d367c97400269ead1e4f39/django-ssl-admin-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "24ad765e4a4c354c09898ffcef16a132", "sha256": "fec93726a27fdc1db4f1e7a9c6fd7051ba07e71a4f089c872b55ec95b33f4d58" }, "downloads": -1, "filename": "django_ssl_admin-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "24ad765e4a4c354c09898ffcef16a132", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4697, "upload_time": "2014-06-13T16:26:02", "url": "https://files.pythonhosted.org/packages/5e/14/14d8a2d1c1186e8f0641367985e8554ba61670f69c2f018023e10508b64c/django_ssl_admin-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "861d396934c887adea303f90b5f1484b", "sha256": "21d6ed28105d6ec70b6621584ce02a340b8b772f5f7b86c697ec9e4609973c78" }, "downloads": -1, "filename": "django-ssl-admin-1.1.2.tar.gz", "has_sig": false, "md5_digest": "861d396934c887adea303f90b5f1484b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3110, "upload_time": "2014-06-13T16:25:59", "url": "https://files.pythonhosted.org/packages/8f/b5/d08a135a891462227b6ffd4fd46247dc27e8bab75594476a669da7f1f848/django-ssl-admin-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "a73b609f244708c27b0dce47a087219d", "sha256": "701741c6f4544c9d927792b664d2ea6cbdb35788eef5002ee2f40921f500c869" }, "downloads": -1, "filename": "django_ssl_admin-1.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "a73b609f244708c27b0dce47a087219d", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4694, "upload_time": "2014-06-13T16:46:01", "url": "https://files.pythonhosted.org/packages/95/71/ae24c380df7b7bb1338f13a68a38294f2323f996200f82a162e4b5a038cd/django_ssl_admin-1.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "705ed7dabc6e7942b523bd7ac32ee230", "sha256": "a19b3f7b8ffe0fe9d7e8f707bc6416fbe15edc771ed154935742d602ec4071a5" }, "downloads": -1, "filename": "django-ssl-admin-1.1.3.tar.gz", "has_sig": false, "md5_digest": "705ed7dabc6e7942b523bd7ac32ee230", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3103, "upload_time": "2014-06-13T16:45:59", "url": "https://files.pythonhosted.org/packages/ac/1d/488ba201c1662793f31c160d4b14665986209f44b495dcce0bc34a8d190d/django-ssl-admin-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "e87d33497e8278f9d76418eb2fae6433", "sha256": "ea3402f5617c6004c58b78ba93d5de3f162e98868e66e7d79359d6e3de67c3c9" }, "downloads": -1, "filename": "django_ssl_admin-1.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e87d33497e8278f9d76418eb2fae6433", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4693, "upload_time": "2014-12-28T13:46:32", "url": "https://files.pythonhosted.org/packages/2c/0f/b514a5408a49f4dfb329f30fc011033e3a533eedba0e0ea1e9c5f8d90b86/django_ssl_admin-1.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f36578e361bfa616b4094a2fe0134e32", "sha256": "eddb90418b2f4648029e1e68244a1cca59edbddc82e50601fbb4da71029f8626" }, "downloads": -1, "filename": "django-ssl-admin-1.1.4.tar.gz", "has_sig": false, "md5_digest": "f36578e361bfa616b4094a2fe0134e32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3092, "upload_time": "2014-12-28T13:46:30", "url": "https://files.pythonhosted.org/packages/ce/5c/4a001ea3769ac20ad83b0638513c2ece2bd3b3490bf4134b25bcac96fc49/django-ssl-admin-1.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e87d33497e8278f9d76418eb2fae6433", "sha256": "ea3402f5617c6004c58b78ba93d5de3f162e98868e66e7d79359d6e3de67c3c9" }, "downloads": -1, "filename": "django_ssl_admin-1.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e87d33497e8278f9d76418eb2fae6433", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4693, "upload_time": "2014-12-28T13:46:32", "url": "https://files.pythonhosted.org/packages/2c/0f/b514a5408a49f4dfb329f30fc011033e3a533eedba0e0ea1e9c5f8d90b86/django_ssl_admin-1.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f36578e361bfa616b4094a2fe0134e32", "sha256": "eddb90418b2f4648029e1e68244a1cca59edbddc82e50601fbb4da71029f8626" }, "downloads": -1, "filename": "django-ssl-admin-1.1.4.tar.gz", "has_sig": false, "md5_digest": "f36578e361bfa616b4094a2fe0134e32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3092, "upload_time": "2014-12-28T13:46:30", "url": "https://files.pythonhosted.org/packages/ce/5c/4a001ea3769ac20ad83b0638513c2ece2bd3b3490bf4134b25bcac96fc49/django-ssl-admin-1.1.4.tar.gz" } ] }