{ "info": { "author": "Aulemasa", "author_email": "maszs@wp.pl", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "=====\nGatehouse3\nFor Django 2.0 and Python3\n=====\n\nThis is a simple Django application that allows you to add guests and visits.\nVisits are visible to the people working in the gatehouse.\nThe app also helps the catering staff\n\n\nQuick start\n-----------\n1. Install Django Gatehouse\n\n pip install django-gatehouse3\n\n2. Add \"gatehouseapp\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'gatehouseapp',\n ]\n\n3. Include the gatehouse URLconf in your project urls.py like this::\n\n path(r'', include('gatehouseapp.urls')),\n\n4. Run `python manage.py migrate` to create the gatehouse models.\n\n\n\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/aulemasa/gatehouse3", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-gatehouse3", "package_url": "https://pypi.org/project/django-gatehouse3/", "platform": "", "project_url": "https://pypi.org/project/django-gatehouse3/", "project_urls": { "Homepage": "https://github.com/aulemasa/gatehouse3" }, "release_url": "https://pypi.org/project/django-gatehouse3/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to create gatehouse Web app.", "version": "1.0.0" }, "last_serial": 4143962, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c18b92f555d5c10e9923f770da5ad8d4", "sha256": "d2e1892a68d638cdbd10d14dfbdcd25ecd912ef050bcd4695c3ee142b8e82756" }, "downloads": -1, "filename": "django_gatehouse3-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c18b92f555d5c10e9923f770da5ad8d4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8922, "upload_time": "2018-08-07T12:33:52", "url": "https://files.pythonhosted.org/packages/3d/81/74126805f1013795da3a1f2b928ffd52a56bd9fb85a898960af9aaa78d6a/django_gatehouse3-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "74eb580cf94e60521f5d91ab1362d970", "sha256": "bbdae690a62dd3a4e960f407b5fa022f767a138301bb30e18279bc854d7626c6" }, "downloads": -1, "filename": "django-gatehouse3-1.0.0.tar.gz", "has_sig": false, "md5_digest": "74eb580cf94e60521f5d91ab1362d970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21465, "upload_time": "2018-08-07T12:33:54", "url": "https://files.pythonhosted.org/packages/a5/de/5e4f6ee43284a2fedcd408e4c34300ddb4a14a5c90f21b233fa4d7fef40f/django-gatehouse3-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c18b92f555d5c10e9923f770da5ad8d4", "sha256": "d2e1892a68d638cdbd10d14dfbdcd25ecd912ef050bcd4695c3ee142b8e82756" }, "downloads": -1, "filename": "django_gatehouse3-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c18b92f555d5c10e9923f770da5ad8d4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8922, "upload_time": "2018-08-07T12:33:52", "url": "https://files.pythonhosted.org/packages/3d/81/74126805f1013795da3a1f2b928ffd52a56bd9fb85a898960af9aaa78d6a/django_gatehouse3-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "74eb580cf94e60521f5d91ab1362d970", "sha256": "bbdae690a62dd3a4e960f407b5fa022f767a138301bb30e18279bc854d7626c6" }, "downloads": -1, "filename": "django-gatehouse3-1.0.0.tar.gz", "has_sig": false, "md5_digest": "74eb580cf94e60521f5d91ab1362d970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21465, "upload_time": "2018-08-07T12:33:54", "url": "https://files.pythonhosted.org/packages/a5/de/5e4f6ee43284a2fedcd408e4c34300ddb4a14a5c90f21b233fa4d7fef40f/django-gatehouse3-1.0.0.tar.gz" } ] }