{ "info": { "author": "Gary Burgmann", "author_email": "garyburgmann@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Django Custom Email User\n\nReplacing the username with the email as the unique identifier is so common, that I simply decided to create a package to prevent this tedium again.\n\nUsed to replace default Django User model with email, instead of the username, as the unique identifer. The username is changed to optional and will not be requested as part of createsuperuser.\n\nThe Django admin panel is customised to accommodate these changes, along with the User forms custom_email_user.forms.CustomUserCreationForm and custom_email_user.forms.CustomUserChangeForm\n\nSimply add custom_email_user to your installed apps, configure the AUTH_USER_MODEL, and run the migrations\n\n```\nINSTALLED_APPS = [\n ...\n 'custom_email_user'\n]\n\nAUTH_USER_MODEL = 'custom_email_user.User'\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/garyburgmann/django-custom-email-user", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-custom-email-user", "package_url": "https://pypi.org/project/django-custom-email-user/", "platform": "", "project_url": "https://pypi.org/project/django-custom-email-user/", "project_urls": { "Homepage": "https://github.com/garyburgmann/django-custom-email-user" }, "release_url": "https://pypi.org/project/django-custom-email-user/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Modify Django default User to use email as unique identifier", "version": "0.0.1" }, "last_serial": 5724801, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "acc2ae791a70dd2211325a9120e5e47e", "sha256": "3d8f595f7a1fc2691a3a2598054829743184bec8e9508bfcfe05626a8f2ac8a4" }, "downloads": -1, "filename": "django_custom_email_user-0.0.1.tar.gz", "has_sig": false, "md5_digest": "acc2ae791a70dd2211325a9120e5e47e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3530, "upload_time": "2019-08-24T16:33:52", "url": "https://files.pythonhosted.org/packages/5d/e8/0a435c44215baf9834aba2e736c1d11e1f5a2c74c5f6173f063425ebc1a9/django_custom_email_user-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "acc2ae791a70dd2211325a9120e5e47e", "sha256": "3d8f595f7a1fc2691a3a2598054829743184bec8e9508bfcfe05626a8f2ac8a4" }, "downloads": -1, "filename": "django_custom_email_user-0.0.1.tar.gz", "has_sig": false, "md5_digest": "acc2ae791a70dd2211325a9120e5e47e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3530, "upload_time": "2019-08-24T16:33:52", "url": "https://files.pythonhosted.org/packages/5d/e8/0a435c44215baf9834aba2e736c1d11e1f5a2c74c5f6173f063425ebc1a9/django_custom_email_user-0.0.1.tar.gz" } ] }