{ "info": { "author": "Rodrigo Prior Bechelli", "author_email": "rprior@infranology.com.br", "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": "=================\nDjango Ifgy Login\n=================\n\n.. image:: https://travis-ci.org/Infranology/django-ifgy-login.png?branch=master\n :target: https://travis-ci.org/Infranology/django-ifgy-login\n\nifgy_login is a simple Django app to conduct login and logout.\n\nIt uses bootstrap as login page tplt.\n\nDetailed documentation is in the \"docs\" directory. (not yet!)\n\nQuick start\n-----------\n\n1. Add \"ifgy_login\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'ifgy_login',\n )\n\n2. Include the ifgy_login URLconf in your project urls.py like this::\n\n url(r'^', include('ifgy_login.urls')),\n\nObs.: if you use it with django-cms, must be located prior to cms urls.\n\n3. Start the development server and visit http://127.0.0.1:8000/login/\n you'll need an account in admin(so you'll need the Admin app enabled).\n\n4. Visit http://127.0.0.1:8000/logout/ to logoff your site._", "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/Infranology", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-ifgy-login", "package_url": "https://pypi.org/project/django-ifgy-login/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-ifgy-login/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Infranology" }, "release_url": "https://pypi.org/project/django-ifgy-login/0.3/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to conduct login/logout.", "version": "0.3" }, "last_serial": 823520, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "dad009e0b2eca73ee70d6af8ca3815a4", "sha256": "dd40b98b28b05e705238508f36b39859ca96c0097d8ecb2cd961acdda0c935a8" }, "downloads": -1, "filename": "django-ifgy-login-0.1.tar.gz", "has_sig": false, "md5_digest": "dad009e0b2eca73ee70d6af8ca3815a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3890, "upload_time": "2013-07-22T21:51:37", "url": "https://files.pythonhosted.org/packages/00/f9/9d0a72f83797dbce290e998c2ead096fa89c2ec32ff3c34dbb521e624cdc/django-ifgy-login-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "d48bd60bc5dc9c47c07269f3a8ca6f82", "sha256": "ce3eb11c33918e1fc2ca1ed3efa4c15ecbb50bf0c4e4625bc380f7d2ef03b2a7" }, "downloads": -1, "filename": "django-ifgy-login-0.2.tar.gz", "has_sig": false, "md5_digest": "d48bd60bc5dc9c47c07269f3a8ca6f82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3953, "upload_time": "2013-07-23T22:29:58", "url": "https://files.pythonhosted.org/packages/0e/b4/f8bdc15c5acce210e6079303f06f6d6ed5a8c979429a0925ba4ef3df4f19/django-ifgy-login-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "3aa9d6cced0e97d21161f825e1f28eaa", "sha256": "71918214cfbfca54c530730e8ae67942e62e1538a632b950fdef1faf7ec1f9a2" }, "downloads": -1, "filename": "django-ifgy-login-0.3.tar.gz", "has_sig": false, "md5_digest": "3aa9d6cced0e97d21161f825e1f28eaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4009, "upload_time": "2013-07-23T22:39:12", "url": "https://files.pythonhosted.org/packages/e0/18/3433c5baa87a2c02ec5f032f5db6a7d78eaf20e2d240de4cb06a73045d75/django-ifgy-login-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3aa9d6cced0e97d21161f825e1f28eaa", "sha256": "71918214cfbfca54c530730e8ae67942e62e1538a632b950fdef1faf7ec1f9a2" }, "downloads": -1, "filename": "django-ifgy-login-0.3.tar.gz", "has_sig": false, "md5_digest": "3aa9d6cced0e97d21161f825e1f28eaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4009, "upload_time": "2013-07-23T22:39:12", "url": "https://files.pythonhosted.org/packages/e0/18/3433c5baa87a2c02ec5f032f5db6a7d78eaf20e2d240de4cb06a73045d75/django-ifgy-login-0.3.tar.gz" } ] }