{ "info": { "author": "Simon Lenz", "author_email": "dev@simon-lenz.de", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nTasks of the Day\n=====\n\nPolls is a simple Django app to conduct Web-based polls. For each\n\nQuick start\n-----------\n\n1. Add \"polls\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'tasksoftheday',\n )\n\n2. Include the polls URLconf in your project urls.py like this::\n\n url(r'^tasksoftheday/', include('tasksoftheday.urls')),\n\n3. Run `python manage.py migrate` to create the tasksoftheday 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/tasksoftheday/ \n\nTODO\n----\n- add multiple tasks at once screen (faster input)\n- add tomorrow button on datepicker field", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.example.com/", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-tasksoftheday", "package_url": "https://pypi.org/project/django-tasksoftheday/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-tasksoftheday/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.example.com/" }, "release_url": "https://pypi.org/project/django-tasksoftheday/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app for task tracking.", "version": "0.1" }, "last_serial": 1483180, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "029d812e85f76729eb7bd4aef4a9e335", "sha256": "7f5ae7eda068b536c3a7f5e15318e4f5393329f042e9214065316c50f719e088" }, "downloads": -1, "filename": "django-tasksoftheday-0.1.tar.gz", "has_sig": false, "md5_digest": "029d812e85f76729eb7bd4aef4a9e335", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6075, "upload_time": "2015-03-30T13:34:14", "url": "https://files.pythonhosted.org/packages/19/0e/afaa489cf90b9103dc7246168b29fdbe0779eb3e9ccdf654f2be523eb44c/django-tasksoftheday-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "029d812e85f76729eb7bd4aef4a9e335", "sha256": "7f5ae7eda068b536c3a7f5e15318e4f5393329f042e9214065316c50f719e088" }, "downloads": -1, "filename": "django-tasksoftheday-0.1.tar.gz", "has_sig": false, "md5_digest": "029d812e85f76729eb7bd4aef4a9e335", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6075, "upload_time": "2015-03-30T13:34:14", "url": "https://files.pythonhosted.org/packages/19/0e/afaa489cf90b9103dc7246168b29fdbe0779eb3e9ccdf654f2be523eb44c/django-tasksoftheday-0.1.tar.gz" } ] }