{ "info": { "author": "Colin.Liu", "author_email": "colinservice@126.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nDjango Todo List\n=====\n\nTodo is a simple Django app to conduct Web-based todo list. \nYou can add your new list to do and check for some which had beed finished, \nor recover the finished to un-finished status.\nor you can delete items\n\nDetailed documentation is in the \"docs\" directory.\n\n\nQuick start\n-----------\n\n1. Add \"todo\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'todo',\n ]\n\n2. Include the todo URLconf in your project urls.py like this::\n\n url(r'^todo/', include('todo.urls')),\n\n3. Run `python manage.py makemigrations todo` to create todo models migrations.\n\n4. Run `python manage.py migrate todo` to create todo real models.\n\n5. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a todo (you'll need the Admin app enabled).\n\n6. Visit http://127.0.0.1:8000/todo/ to participate in the todo list.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://blog.colinspace.com/", "keywords": "Colin", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "colinws-todo", "package_url": "https://pypi.org/project/colinws-todo/", "platform": "Linux", "project_url": "https://pypi.org/project/colinws-todo/", "project_urls": { "Homepage": "https://blog.colinspace.com/" }, "release_url": "https://pypi.org/project/colinws-todo/0.3/", "requires_dist": null, "requires_python": "", "summary": "A simple Django Todo List application", "version": "0.3" }, "last_serial": 3184511, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2039919e4787900c2eaf39f94fec8f28", "sha256": "e69d4f7ec8e14904075a8c9c3a4929236f8999950972e399656bb6dfd6c6ef64" }, "downloads": -1, "filename": "colinws-todo-0.1.tar.gz", "has_sig": false, "md5_digest": "2039919e4787900c2eaf39f94fec8f28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 366151, "upload_time": "2017-09-19T02:08:19", "url": "https://files.pythonhosted.org/packages/f6/cb/5747d773b82fd1e3ec198d7d0283f01b12953992129ee952f60bd1977e5c/colinws-todo-0.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "a683a92a21069e8a250233c340ad787d", "sha256": "96ba2a7ce26ec6b186e613da7a11fac16e4272a33ede2fe97302aa7381320805" }, "downloads": -1, "filename": "colinws-todo-0.3.tar.gz", "has_sig": false, "md5_digest": "a683a92a21069e8a250233c340ad787d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 364484, "upload_time": "2017-09-19T06:19:32", "url": "https://files.pythonhosted.org/packages/d2/5f/ed5f31c9d5f6a51e49891a754037aeb7b68ccad67bdac10f234f80732803/colinws-todo-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a683a92a21069e8a250233c340ad787d", "sha256": "96ba2a7ce26ec6b186e613da7a11fac16e4272a33ede2fe97302aa7381320805" }, "downloads": -1, "filename": "colinws-todo-0.3.tar.gz", "has_sig": false, "md5_digest": "a683a92a21069e8a250233c340ad787d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 364484, "upload_time": "2017-09-19T06:19:32", "url": "https://files.pythonhosted.org/packages/d2/5f/ed5f31c9d5f6a51e49891a754037aeb7b68ccad67bdac10f234f80732803/colinws-todo-0.3.tar.gz" } ] }