{ "info": { "author": "Ivan Baranov", "author_email": "ibaranov1990@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# Django Admin Chat\n\nAdd chat to django\n\n## Quick start\n\n1. Add \"chat\" to INSTALLED_APPS:\n```djangourlpath\n INSTALLED_APPS = {\n ...\n 'chat'\n }\n```\n\n2. Include the chat URLconf in urls.py:\n\n```djangourlpath\n path('', include('chat.urls'))\n```\n \n\n3. Run\n\n```djangotemplate\n python manage.py makemigrations\n python manage.py migrate\n```\n\n4. Run the development server and access http://127.0.0.1:8000/admin/chat/ to manage chats.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MrJackJones/django_admin_chat", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-admin-chat", "package_url": "https://pypi.org/project/django-admin-chat/", "platform": "", "project_url": "https://pypi.org/project/django-admin-chat/", "project_urls": { "Homepage": "https://github.com/MrJackJones/django_admin_chat" }, "release_url": "https://pypi.org/project/django-admin-chat/0.6/", "requires_dist": null, "requires_python": "", "summary": "Django admin chat", "version": "0.6", "yanked": false, "yanked_reason": null }, "last_serial": 6014174, "releases": { "0.6": [ { "comment_text": "", "digests": { "md5": "7a455ddbccc7328203f599c50ee6a2fd", "sha256": "beb0502fae45bd80a47072b0a9e9f7c68d89ef2a85587b5dd630d65c3a4cca70" }, "downloads": -1, "filename": "django-admin-chat-0.6.tar.gz", "has_sig": false, "md5_digest": "7a455ddbccc7328203f599c50ee6a2fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9348, "upload_time": "2019-10-22T17:25:13", "upload_time_iso_8601": "2019-10-22T17:25:13.683757Z", "url": "https://files.pythonhosted.org/packages/73/0f/a0b6aeccaa47a3b37b599672125b20466ba3b945c204bb751cce5604832a/django-admin-chat-0.6.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7a455ddbccc7328203f599c50ee6a2fd", "sha256": "beb0502fae45bd80a47072b0a9e9f7c68d89ef2a85587b5dd630d65c3a4cca70" }, "downloads": -1, "filename": "django-admin-chat-0.6.tar.gz", "has_sig": false, "md5_digest": "7a455ddbccc7328203f599c50ee6a2fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9348, "upload_time": "2019-10-22T17:25:13", "upload_time_iso_8601": "2019-10-22T17:25:13.683757Z", "url": "https://files.pythonhosted.org/packages/73/0f/a0b6aeccaa47a3b37b599672125b20466ba3b945c204bb751cce5604832a/django-admin-chat-0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }