{ "info": { "author": "Lalit Shakya", "author_email": "opposite800@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha" ], "description": "=====\r\nArticles\r\n=====\r\n\r\nArticles is a simple Django app to list Web-based News. For each\r\narticle visitors can post the comments.\r\n\r\n\r\nQuick start\r\n-----------\r\n\r\n1. Add \"articles\" to your INSTALLED_APPS setting like this::\r\n\r\n INSTALLED_APPS = ('your apps1',\r\n 'articles',\r\n )\r\n\r\n2. Include the polls URLconf in your project urls.py like this::\r\n\r\n url(r'^', include('articles.urls')),\r\n\r\n3. Run `python manage.py migrate` to create the articles models.\r\n\r\n4. Start the development server and visit http://127.0.0.1:8000/admin/\r\n to create a articles, category (you'll need the Admin app enabled).\r\n\r\n5. Visit http://127.0.0.1:8000/ to see the the article.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/lkshakya/mediasite", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lkshakya/mediasite", "keywords": "Web application", "license": "Copyright (c) 2014 @GNU\r\nPermission is hereby granted, free of charge, to any person obtaining\r\na copy of this software and associated documentation files (the\r\n\"Software\"), to deal in the Software without restriction, including\r\nwithout limitation the rights to use, copy, modify, merge, publish,\r\ndistribute, sublicense, and/or sell copies of the Software, and to\r\npermit persons to whom the Software is furnished to do so, subject to\r\nthe following conditions:\r\nThe above copyright notice and this permission notice shall be\r\nincluded in all copies or substantial portions of the Software.\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\r\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": "Lalit Shakya", "maintainer_email": "opposite800@gmail.com", "name": "mediasite", "package_url": "https://pypi.org/project/mediasite/", "platform": "OS independent", "project_url": "https://pypi.org/project/mediasite/", "project_urls": { "Download": "https://github.com/lkshakya/mediasite", "Homepage": "https://github.com/lkshakya/mediasite" }, "release_url": "https://pypi.org/project/mediasite/0.1/", "requires_dist": null, "requires_python": null, "summary": "Articles is a simple Django app to list Web-based News", "version": "0.1" }, "last_serial": 1223528, "releases": { "0.1": [] }, "urls": [] }