{ "info": { "author": "Fernando Esp\u00edndola", "author_email": "fer.esp@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# FE Version\n\nFE Version is a simple add that add a `/version` endpoint with the application version\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"polls\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'polls',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n path('polls/', include('polls.urls')),\n\n3. Run `python manage.py migrate` to create the polls models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a poll (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fernandoe/django-fe-version", "keywords": "", "license": "GPL License", "maintainer": "", "maintainer_email": "", "name": "django-fe-version", "package_url": "https://pypi.org/project/django-fe-version/", "platform": "", "project_url": "https://pypi.org/project/django-fe-version/", "project_urls": { "Homepage": "https://github.com/fernandoe/django-fe-version" }, "release_url": "https://pypi.org/project/django-fe-version/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to show the add version.", "version": "0.0.1" }, "last_serial": 4041412, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "103171ec3e5370ace0499f758dff52bd", "sha256": "5ab50e58b183f9054f76c7704b826e4a9438cc34fc64a19838132c8f15c0667a" }, "downloads": -1, "filename": "django_fe_version-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "103171ec3e5370ace0499f758dff52bd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3478, "upload_time": "2018-07-08T20:17:08", "url": "https://files.pythonhosted.org/packages/b2/1a/07294b5bd94053c4992e688c039c505ed3f51e8f163438b633d15d0092b3/django_fe_version-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc5435f3ec8ac05b25bfddef14ab179c", "sha256": "6ccc31de4456424c1d0b7112b426347994630e7b162ea4d7c586e06317192e30" }, "downloads": -1, "filename": "django-fe-version-0.0.1.tar.gz", "has_sig": false, "md5_digest": "dc5435f3ec8ac05b25bfddef14ab179c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15183, "upload_time": "2018-07-08T20:17:09", "url": "https://files.pythonhosted.org/packages/99/2e/3ee8e19d82c05cf99f6b7a47fd2bd937ace3fd631c8b048b0402ed9275aa/django-fe-version-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "103171ec3e5370ace0499f758dff52bd", "sha256": "5ab50e58b183f9054f76c7704b826e4a9438cc34fc64a19838132c8f15c0667a" }, "downloads": -1, "filename": "django_fe_version-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "103171ec3e5370ace0499f758dff52bd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3478, "upload_time": "2018-07-08T20:17:08", "url": "https://files.pythonhosted.org/packages/b2/1a/07294b5bd94053c4992e688c039c505ed3f51e8f163438b633d15d0092b3/django_fe_version-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc5435f3ec8ac05b25bfddef14ab179c", "sha256": "6ccc31de4456424c1d0b7112b426347994630e7b162ea4d7c586e06317192e30" }, "downloads": -1, "filename": "django-fe-version-0.0.1.tar.gz", "has_sig": false, "md5_digest": "dc5435f3ec8ac05b25bfddef14ab179c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15183, "upload_time": "2018-07-08T20:17:09", "url": "https://files.pythonhosted.org/packages/99/2e/3ee8e19d82c05cf99f6b7a47fd2bd937ace3fd631c8b048b0402ed9275aa/django-fe-version-0.0.1.tar.gz" } ] }