{ "info": { "author": "Gilson Paulino", "author_email": "gilsonbp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development" ], "description": "=====\r\nGP Auth\r\n=====\r\n\r\nGP Auth is a simple application Django to manage the registration \r\nof users in a customized manner system.\r\nTo customize the user account just inherit the GP Auth.\r\n\r\nDetailed documentation is in the \"docs\" directory.\r\n\r\nQuick start\r\n-----------\r\n\r\n1. Add \"gpauth\" to your INSTALLED_APPS setting like this::\r\n\r\n INSTALLED_APPS = [\r\n ...\r\n 'gpauth',\r\n ]\r\n\r\n2. Include GP Auth User Model your settings.py project like this ::\r\n\r\n AUTH_USER_MODEL = 'gpauth.User'\r\n\r\n3. Run `python manage.py migrate` to create the gp_auth models.\r\n\r\n4. Run `python manage.py createsuperuser` to create a Super User.\r\n\r\n5. Start the development server and visit http://127.0.0.1:8000/gpauth/\r\n to create a users (you'll need the Admin app enabled).", "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/gilsonbp/gp-auth", "keywords": "Gilson Paulino GP Developer", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-gp-auth", "package_url": "https://pypi.org/project/django-gp-auth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-gp-auth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gilsonbp/gp-auth" }, "release_url": "https://pypi.org/project/django-gp-auth/1.0.0.dev1/", "requires_dist": null, "requires_python": null, "summary": "GP Auth is a simple application Django to manage the registration of users in a customized manner system", "version": "1.0.0.dev1" }, "last_serial": 2278113, "releases": { "1.0.0.dev1": [ { "comment_text": "", "digests": { "md5": "924d1f7726c594c25aa183553f340c13", "sha256": "38badecf2df1b4411e2ed5e5a8260882ce4ae1e6d476943c18a24d21304e2c4f" }, "downloads": -1, "filename": "django-gp-auth-1.0.0.dev1.tar.gz", "has_sig": false, "md5_digest": "924d1f7726c594c25aa183553f340c13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4101, "upload_time": "2016-08-12T14:05:03", "url": "https://files.pythonhosted.org/packages/42/8c/3add5643bac8ffacd0b232f0d0bcb63f87cf185b64e222456874516814f6/django-gp-auth-1.0.0.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "924d1f7726c594c25aa183553f340c13", "sha256": "38badecf2df1b4411e2ed5e5a8260882ce4ae1e6d476943c18a24d21304e2c4f" }, "downloads": -1, "filename": "django-gp-auth-1.0.0.dev1.tar.gz", "has_sig": false, "md5_digest": "924d1f7726c594c25aa183553f340c13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4101, "upload_time": "2016-08-12T14:05:03", "url": "https://files.pythonhosted.org/packages/42/8c/3add5643bac8ffacd0b232f0d0bcb63f87cf185b64e222456874516814f6/django-gp-auth-1.0.0.dev1.tar.gz" } ] }