{ "info": { "author": "Franco Mariluis", "author_email": "me@fmariluis.info", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\ndjango-no-last-login\n=====\n\nThis is a extremely simple way to disable Django's behavior of updating a user last_login field on login.\nYou could use this to connect a Django app to a read-only database, such as a replica, and still having a more or less functional application.\n\nQuick start\n-----------\n\n1. Add \"nolastlogin\" to your INSTALLED_APPS setting like this:\n\n::\n\n INSTALLED_APPS = [\n ...\n 'nolastlogin',\n ]\n\n2. Add this to the settings:\n\n::\n\n NO_UPDATE_LAST_LOGIN = True\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MSA-Argentina/django-no-last-login", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-no-last-login", "package_url": "https://pypi.org/project/django-no-last-login/", "platform": "", "project_url": "https://pypi.org/project/django-no-last-login/", "project_urls": { "Homepage": "https://github.com/MSA-Argentina/django-no-last-login" }, "release_url": "https://pypi.org/project/django-no-last-login/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Disable the update of last_login field on user login", "version": "0.1.0" }, "last_serial": 3298545, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1346ce51b01adf23073f3d47f6292471", "sha256": "10869c2ca06f2de973a5852f129ea8024ef8aafe2ea09b3e46f88c253c04fd2d" }, "downloads": -1, "filename": "django_no_last_login-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "1346ce51b01adf23073f3d47f6292471", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3682, "upload_time": "2017-11-01T21:50:09", "url": "https://files.pythonhosted.org/packages/e0/0c/83a9151184f845bb9679398723776b3e0425bc41b3d41b9c7b5a089941d8/django_no_last_login-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "95b3bc629559e590be046f880955cd02", "sha256": "53258e6c053f231cc3065cfad0c5c7b265b8e3d4fce35b2fd31e915470779e5c" }, "downloads": -1, "filename": "django-no-last-login-0.1.0.tar.gz", "has_sig": false, "md5_digest": "95b3bc629559e590be046f880955cd02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2560, "upload_time": "2017-11-01T21:50:10", "url": "https://files.pythonhosted.org/packages/33/07/48a4366cda27d1d16e938ff14a2b3d54828ddb0cc213b05dbe95b623e970/django-no-last-login-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1346ce51b01adf23073f3d47f6292471", "sha256": "10869c2ca06f2de973a5852f129ea8024ef8aafe2ea09b3e46f88c253c04fd2d" }, "downloads": -1, "filename": "django_no_last_login-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "1346ce51b01adf23073f3d47f6292471", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3682, "upload_time": "2017-11-01T21:50:09", "url": "https://files.pythonhosted.org/packages/e0/0c/83a9151184f845bb9679398723776b3e0425bc41b3d41b9c7b5a089941d8/django_no_last_login-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "95b3bc629559e590be046f880955cd02", "sha256": "53258e6c053f231cc3065cfad0c5c7b265b8e3d4fce35b2fd31e915470779e5c" }, "downloads": -1, "filename": "django-no-last-login-0.1.0.tar.gz", "has_sig": false, "md5_digest": "95b3bc629559e590be046f880955cd02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2560, "upload_time": "2017-11-01T21:50:10", "url": "https://files.pythonhosted.org/packages/33/07/48a4366cda27d1d16e938ff14a2b3d54828ddb0cc213b05dbe95b623e970/django-no-last-login-0.1.0.tar.gz" } ] }