{ "info": { "author": "spiperac", "author_email": "spiperac.dev@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\r\nDjango_postmaniac\r\n=====\r\n\r\nDjango-postmaniac is a simple django application.\r\nJust keep posting like a maniac.\r\n\r\nInstallation and Setup\r\n-----------\r\n\r\n1. Add \"django-postmaniac\" to your INSTALLED_APPS setting like this::\r\n\r\n INSTALLED_APPS = (\r\n ...\r\n 'django_postmaniac',\r\n )\r\n\r\n2. Include the polls URLconf in your project urls.py like this::\r\n\r\n url(r'^postmaniac/', include('django_postmaniac.urls')),\r\n\r\n3. Run `python manage.py migrate` to create the post model.\r\n\r\n4. Start the development server and visit http://127.0.0.1:8080/admin/\r\n to create a posts.\r\n\r\n5. Visit http://127.0.0.1:8080/postmaniac/ and you will see your posts.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://spiperac.github.io/", "keywords": "", "license": "Beer Licence", "maintainer": "", "maintainer_email": "", "name": "django-postmaniac", "package_url": "https://pypi.org/project/django-postmaniac/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-postmaniac/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://spiperac.github.io/" }, "release_url": "https://pypi.org/project/django-postmaniac/0.3/", "requires_dist": null, "requires_python": null, "summary": "Just keep posting like a maniac", "version": "0.3" }, "last_serial": 1576723, "releases": { "0.3": [] }, "urls": [] }