{ "info": { "author": "Your Name", "author_email": "john.maluki12@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django :: 2.2", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "=====\nblog \n=====\n\nblog is an app that enables users to publish posts across the the platform.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"blog\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'blog',\n 'contact',\n ]\n\n2. Include the blog URLconf in your project urls.py like this::\n\n path('blog/', include('blog.urls')),\n path('contact/', include('contact.urls', namespace='contact')),\n\n3. Run `python manage.py migrate` to create the post models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a Post (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/ to participate in the blog.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.example.com/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-jo-blog-app", "package_url": "https://pypi.org/project/django-jo-blog-app/", "platform": "", "project_url": "https://pypi.org/project/django-jo-blog-app/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-jo-blog-app/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "blog app to nenable users to share posts", "version": "0.1.4" }, "last_serial": 5632957, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "ef7f769ed7fcaa94ae0d9cadaae8565e", "sha256": "34ad249a7e840754b2a42c06628be4e0b2f9891c8ce553da4ed32cc43e1442e3" }, "downloads": -1, "filename": "django-jo-blog-app-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ef7f769ed7fcaa94ae0d9cadaae8565e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23435, "upload_time": "2019-08-05T07:09:26", "url": "https://files.pythonhosted.org/packages/27/6f/52ebea222661763e7b3a2068ee73bcead7bf569ea91fdf7ec72d1fef3965/django-jo-blog-app-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "8a1e4d3a439626946c05ebba08087edc", "sha256": "d3ededd506e1d02878868ee021b6912307d30ece25f8fddc4aec8d720624a535" }, "downloads": -1, "filename": "django-jo-blog-app-0.1.4.tar.gz", "has_sig": false, "md5_digest": "8a1e4d3a439626946c05ebba08087edc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23434, "upload_time": "2019-08-05T07:30:37", "url": "https://files.pythonhosted.org/packages/ce/c7/ab89f18fa77c9336283620ec373020621a897c461559009e5ffe1a01de82/django-jo-blog-app-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a1e4d3a439626946c05ebba08087edc", "sha256": "d3ededd506e1d02878868ee021b6912307d30ece25f8fddc4aec8d720624a535" }, "downloads": -1, "filename": "django-jo-blog-app-0.1.4.tar.gz", "has_sig": false, "md5_digest": "8a1e4d3a439626946c05ebba08087edc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23434, "upload_time": "2019-08-05T07:30:37", "url": "https://files.pythonhosted.org/packages/ce/c7/ab89f18fa77c9336283620ec373020621a897c461559009e5ffe1a01de82/django-jo-blog-app-0.1.4.tar.gz" } ] }