{ "info": { "author": "Francisco Souza", "author_email": "francisco@franciscosouza.net", "bugtrack_url": null, "classifiers": [], "description": "django-auth-hack\n================\n\nThis is a Django application for hacking the builtin ``django.contrib.auth`` application.\nThis app aims to add support to a longer username field on ``User`` model.\n\nInstallation and configuration\n==============================\n\nTo install this app you need first to add it to your environment using pip:\n\n::\n\n $ [sudo] pip install django-auth-hack\n\nThen you need to add the ``auth_hacks`` on **top** of your ``INSTALLED_APPS``, before any other application:\n\n::\n\n INSTALLED_APPS = (\n 'auth_hacks',\n # other apps\n )\n\nYou can customize the new username max length by defining the ``USERNAME_MAX_LENGTH`` in your settings file:\n\n::\n\n USERNAME_MAX_LENGTH = 255\n\nDatabase\n========\n\nMake sure you alter the column ``username`` in the table ``auth_user``. You can use South or run an ``ALTER TABLE``\nSQL manually. Using MySQL, you could run:\n\n::\n\n ALTER TABLE auth_user MODIFY COLUMN auth_user VARCHAR(255) NOT NULL;", "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": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-auth-hack", "package_url": "https://pypi.org/project/django-auth-hack/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-auth-hack/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-auth-hack/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Hacking Django's contrib auth app to support longer usernames", "version": "0.1.1" }, "last_serial": 789137, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9e6ae7849723ee6bae702e4a89471601", "sha256": "59e0dd279402ddef9cc0a7250ba0dc6bd35711596ae918e651aa4dfd0bda0f72" }, "downloads": -1, "filename": "django-auth-hack-0.1.tar.gz", "has_sig": false, "md5_digest": "9e6ae7849723ee6bae702e4a89471601", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1677, "upload_time": "2011-12-29T18:37:33", "url": "https://files.pythonhosted.org/packages/24/fc/53af75f929d2238e15f41923e1df37cc722747c5583d88b27a940be88f2c/django-auth-hack-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ef27b614ea11bd82bc16cb5e08d0e4e5", "sha256": "bba97d47cceef1a5883e8eb898e1a821c5da644239c889bce5aa2304090d6134" }, "downloads": -1, "filename": "django-auth-hack-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ef27b614ea11bd82bc16cb5e08d0e4e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2230, "upload_time": "2011-12-29T18:47:23", "url": "https://files.pythonhosted.org/packages/dd/6f/49fc500d54d3ea0ab9d1812fda61ceccda64246216473873155a2a4b0816/django-auth-hack-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef27b614ea11bd82bc16cb5e08d0e4e5", "sha256": "bba97d47cceef1a5883e8eb898e1a821c5da644239c889bce5aa2304090d6134" }, "downloads": -1, "filename": "django-auth-hack-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ef27b614ea11bd82bc16cb5e08d0e4e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2230, "upload_time": "2011-12-29T18:47:23", "url": "https://files.pythonhosted.org/packages/dd/6f/49fc500d54d3ea0ab9d1812fda61ceccda64246216473873155a2a4b0816/django-auth-hack-0.1.1.tar.gz" } ] }