{ "info": { "author": "Michael Anderson", "author_email": "contact@andermic.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-custom-auth\n==================\n\nImplements email based login with Django >= 1.5.\n\n# Installation\npip install django-custom-auth\n\n# Add this to your settings\nINSTALLED_APPS += (\n 'custom_auth',\n)\n\nAUTHENTICATION_BACKENDS = ('custom_auth.auth.Authenticate',) \nAUTH_USER_MODEL = 'custom_auth.User'\n\n# URLs\n\nurl(r'^accounts/', include('custom_auth.urls')),\n\n# Utilization in your models\nuser = models.ForeignKey(settings.AUTH_USER_MODEL)\n\n# To access the user model\nfrom django.contrib.auth import get_user_model", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/endthestart/django-custom-auth", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-custom-auth", "package_url": "https://pypi.org/project/django-custom-auth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-custom-auth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/endthestart/django-custom-auth" }, "release_url": "https://pypi.org/project/django-custom-auth/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app that replaces the default authentication", "version": "0.1.3" }, "last_serial": 1155982, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "19f1f8168cb8e9b0b7a578a2702b8719", "sha256": "51b871071e4d1bb69f5cad9cd89ce2457ab1238206192d3dbd93fd17e7bc83b7" }, "downloads": -1, "filename": "django-custom-auth-0.1.tar.gz", "has_sig": false, "md5_digest": "19f1f8168cb8e9b0b7a578a2702b8719", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6000, "upload_time": "2014-06-23T03:04:09", "url": "https://files.pythonhosted.org/packages/11/de/647b10933dbaa90deb05ad137a40396a514a6b3dce0784f5d0062820569e/django-custom-auth-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7b6df2f94155d14f11f37c339be7e193", "sha256": "66c5a91d0e76b9a9f4b570a00162704ed57f58e978590ab2e22aaefad883ee23" }, "downloads": -1, "filename": "django-custom-auth-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7b6df2f94155d14f11f37c339be7e193", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5993, "upload_time": "2014-07-01T01:34:06", "url": "https://files.pythonhosted.org/packages/9d/bd/711ea2bd8cc3b4eff19bafb8c149b98b2cd02b68036b24964d706f0776ab/django-custom-auth-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "cd17f9b5ebb2a2d5ecde7785e15db970", "sha256": "ecdfdda48b90fae234c5112284a1683592d1e41cf80753b4905830b76b070165" }, "downloads": -1, "filename": "django-custom-auth-0.1.2.tar.gz", "has_sig": false, "md5_digest": "cd17f9b5ebb2a2d5ecde7785e15db970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8602, "upload_time": "2014-07-13T02:23:19", "url": "https://files.pythonhosted.org/packages/85/be/cec4b864dae33d8e23aab8de306d92546880e91e97a2952a2bf525930400/django-custom-auth-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "eaa64149f414b274b5c7209b1ca39c56", "sha256": "81241c259c74d478665a8261bec366c2ce3a56f2031027addc819d38be543916" }, "downloads": -1, "filename": "django-custom-auth-0.1.3.tar.gz", "has_sig": false, "md5_digest": "eaa64149f414b274b5c7209b1ca39c56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8599, "upload_time": "2014-07-13T02:52:46", "url": "https://files.pythonhosted.org/packages/1c/9e/84ef5c2af56c26c80c385c2d98a9ad02b6b6e7fa5d3198d40525c8d4ce32/django-custom-auth-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eaa64149f414b274b5c7209b1ca39c56", "sha256": "81241c259c74d478665a8261bec366c2ce3a56f2031027addc819d38be543916" }, "downloads": -1, "filename": "django-custom-auth-0.1.3.tar.gz", "has_sig": false, "md5_digest": "eaa64149f414b274b5c7209b1ca39c56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8599, "upload_time": "2014-07-13T02:52:46", "url": "https://files.pythonhosted.org/packages/1c/9e/84ef5c2af56c26c80c385c2d98a9ad02b6b6e7fa5d3198d40525c8d4ce32/django-custom-auth-0.1.3.tar.gz" } ] }