{ "info": { "author": "Grigoriy Beziuk", "author_email": "gbezyuk@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "django-crowd\n============\n\nSimple Attlasian CROWD authentication backend for Django\n\nInstallation\n============\n\n pip install django-crowd\n\nAlso, to install development version you can try this:\n\n pip install git+git://github.com/gbezyuk/django-crowd.git\n\nOr this:\n\n pip install -e git+git://github.com/gbezyuk/django-crowd.git#egg=Django-Crowd\n\nYou could also simply copy this repository crowd folder to your project.\n\nConfiguration:\n==============\n\nPut a CROWD configuration in your settings.py:\n\nCROWD = {\n\n 'url': 'http://your.crowd.url:port/crowd/rest', # your CROWD rest API url\n\n 'app_name': 'your-registered-crowd-application-name', # appname, registered with CROWD\n\n 'password': 'application-password', # correct password for provided appname\n\n 'superuser': True, # if set makes CROWD-authorized users superusers;\n # BE CAREFUL WITH THIS PARAMETER!\n}\n\nAlso add 'crowd.CrowdBackend' in your AUTHENTICATION_BACKENDS settings list.\nBetter to put it last for minimal collision risk:\n\nAUTHENTICATION_BACKENDS = (\n\n # ...\n\n 'django.contrib.auth.backends.ModelBackend',\n\n 'crowd.backends.CrowdBackend'\n)\n\nCredits:\n========\n\nOriginally written for Django v1.3 by Konstantin J. Volkov at 12.07.2012\n\nRefactored, put together and tested with Django v1.4 by Grigoriy Beziuk at 27.08.2012", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "Creative Commons Attribution-Noncommercial-Share Alike license", "maintainer": null, "maintainer_email": null, "name": "django-crowd", "package_url": "https://pypi.org/project/django-crowd/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-crowd/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-crowd/0.42dev/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.42dev" }, "last_serial": 2460712, "releases": { "0.41dev": [ { "comment_text": "", "digests": { "md5": "98507c9dcf597552f2948302c2984752", "sha256": "cfb3d76089a4cfb9f314a5be713d5f4ff1c6d1550895d9d82023c27efb59d3fa" }, "downloads": -1, "filename": "django-crowd-0.41dev.linux-x86_64.exe", "has_sig": false, "md5_digest": "98507c9dcf597552f2948302c2984752", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 67327, "upload_time": "2012-08-27T20:11:52", "url": "https://files.pythonhosted.org/packages/6f/c5/5b93a3af32f676d5682e761cef1da6e1510e5615c901a04f5ae2e6c95b5b/django-crowd-0.41dev.linux-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "28332691c97f6a5184b72a080f92172c", "sha256": "7938c0e627186653de0bdf7e18266c1566ceb58c2eb715949fcbeecf56b4b653" }, "downloads": -1, "filename": "django-crowd-0.41dev.tar.gz", "has_sig": false, "md5_digest": "28332691c97f6a5184b72a080f92172c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3586, "upload_time": "2012-08-27T20:11:50", "url": "https://files.pythonhosted.org/packages/da/c1/c70d23768a22c972b4300505238031f41bfd591724f07f9a4aa02afbc9b4/django-crowd-0.41dev.tar.gz" } ], "0.42dev": [ { "comment_text": "", "digests": { "md5": "12dd615bce000ce948dffccfb8090dbb", "sha256": "c5c68f80bce9a93ef3388b878401c5019b01cc4ed9ae6d77f5e69b60eb205583" }, "downloads": -1, "filename": "django-crowd-0.42dev.tar.gz", "has_sig": false, "md5_digest": "12dd615bce000ce948dffccfb8090dbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3750, "upload_time": "2016-11-14T23:15:03", "url": "https://files.pythonhosted.org/packages/b9/6a/72fa1319d1097f2ba8b91fe5356945ed0c857827462e2461394ece9e5ad7/django-crowd-0.42dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "12dd615bce000ce948dffccfb8090dbb", "sha256": "c5c68f80bce9a93ef3388b878401c5019b01cc4ed9ae6d77f5e69b60eb205583" }, "downloads": -1, "filename": "django-crowd-0.42dev.tar.gz", "has_sig": false, "md5_digest": "12dd615bce000ce948dffccfb8090dbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3750, "upload_time": "2016-11-14T23:15:03", "url": "https://files.pythonhosted.org/packages/b9/6a/72fa1319d1097f2ba8b91fe5356945ed0c857827462e2461394ece9e5ad7/django-crowd-0.42dev.tar.gz" } ] }