Name | django-switch-user JSON |
Version |
2.1.0
JSON |
| download |
home_page | http://michaeltrier.com |
Summary | Django Switch User allows you to assume the identity of another user. |
upload_time | 2023-09-18 23:12:37 |
maintainer | |
docs_url | None |
author | Michael Trier |
requires_python | |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# django-switch-user
Django Switch User is a reuasable application that allows users to assume the
identify of another user. It can be helpful when debugging user issues.
Django Switch User assumes you are using a Django model backend for your user.
Beginning with the django-switch-user 2.0 version and above are only supported
on Python 3. If you need a Python 2 compatible version [use version 1.3.0](https://pypi.org/manage/project/django-switch-user/release/1.3.0/)
## Installation
pip install django-switch-user
## Quickstart
After installing Django Switch User you just need to add `su` to `INSTALLED_APPS` and wire it into your urls.
re_path(r"^admin/su/", include("su.urls")),
Raw data
{
"_id": null,
"home_page": "http://michaeltrier.com",
"name": "django-switch-user",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Michael Trier",
"author_email": "mtrier@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a5/56/40d96adbec86debfa7dd9cc70088fd164dd1332224df2adc1cf32238f22e/django-switch-user-2.1.0.tar.gz",
"platform": null,
"description": "# django-switch-user\n\nDjango Switch User is a reuasable application that allows users to assume the\nidentify of another user. It can be helpful when debugging user issues.\nDjango Switch User assumes you are using a Django model backend for your user.\n\nBeginning with the django-switch-user 2.0 version and above are only supported\non Python 3. If you need a Python 2 compatible version [use version 1.3.0](https://pypi.org/manage/project/django-switch-user/release/1.3.0/)\n\n## Installation\n\npip install django-switch-user\n\n## Quickstart\n\nAfter installing Django Switch User you just need to add `su` to `INSTALLED_APPS` and wire it into your urls.\n\n re_path(r\"^admin/su/\", include(\"su.urls\")),\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Django Switch User allows you to assume the identity of another user.",
"version": "2.1.0",
"project_urls": {
"Homepage": "http://michaeltrier.com"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2041a5b61268a57eccb2a850ca39bfe0767088470cec54cd67e3cde2d73a46e4",
"md5": "776a0a6ee94c74d6f2b344d946b006f8",
"sha256": "aaf6c3baabcf8fb503f3f087c72c10982384674f08a8a6b1cc182af96c809d34"
},
"downloads": -1,
"filename": "django_switch_user-2.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "776a0a6ee94c74d6f2b344d946b006f8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4014,
"upload_time": "2023-09-18T23:12:35",
"upload_time_iso_8601": "2023-09-18T23:12:35.386680Z",
"url": "https://files.pythonhosted.org/packages/20/41/a5b61268a57eccb2a850ca39bfe0767088470cec54cd67e3cde2d73a46e4/django_switch_user-2.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a55640d96adbec86debfa7dd9cc70088fd164dd1332224df2adc1cf32238f22e",
"md5": "c491e30446cf8168097978ea8385c1f6",
"sha256": "6f4d7a38994858289dba55f78c24160fd3ebdabb6c568aa806e37dac99e6376c"
},
"downloads": -1,
"filename": "django-switch-user-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "c491e30446cf8168097978ea8385c1f6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3180,
"upload_time": "2023-09-18T23:12:37",
"upload_time_iso_8601": "2023-09-18T23:12:37.299561Z",
"url": "https://files.pythonhosted.org/packages/a5/56/40d96adbec86debfa7dd9cc70088fd164dd1332224df2adc1cf32238f22e/django-switch-user-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-18 23:12:37",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "django-switch-user"
}