{ "info": { "author": "Aloha68", "author_email": "dev@aloha.im", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.2", "License :: OSI Approved", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Communications" ], "description": "# Django messaging application\n\nThis messaging app has to be integrated into an existing django website.\n\n## Quick start\n\n1. Add \"messaging\" to your INSTALLED_APPS setting like this:\n```\nINSTALLED_APPS = [ \n ... \n 'django_markdown_messaging', \n]\n```\n\n2. Include the messaging URLconf in your project urls.py like this:\n```\npath('msg/', include(('django_markdown_messaging.urls', 'messaging'))),\n```\n\n3. Run `python manage.py migrate` to create the messaging models.\n\n4. Start the development server and visit http://127.0.0.1:8000/msg to check if everything is ok.\n\n## How to use\n\n1. Go to http://127.0.0.1:8000/msg and click on \"new message\"\n2. Write your message using plain text or markdown syntax\n3. You can choose to allow editing or deleting of this message\n4. Then, click on \"Save\" button\n5. Link of the message appears on screen, just copy and paste it to your friends! :-)\n6. If you go on the message page, you'll see your message and eventually a link to edit or delete this message.\n\n## Override those ugly templates\n\nYou can add a *templates/messaging* folder in your base application to override default templates.\n\nThere are four pages that you can override safely:\n- **[base.html](https://gitlab.com/aloha68/django-markdown-messaging/blob/master/django_markdown_messaging/templates/messaging/base.html)**: the base page for all the messaging templates\n- **[index.html](https://gitlab.com/aloha68/django-markdown-messaging/blob/master/django_markdown_messaging/templates/messaging/index.html)**: index page with a form to search a message\n- **[message.html](https://gitlab.com/aloha68/django-markdown-messaging/blob/master/django_markdown_messaging/templates/messaging/message.html)**: page to display an existing message\n- **[edit-message.html](https://gitlab.com/aloha68/django-markdown-messaging/blob/master/django_markdown_messaging/templates/messaging/edit-message.html)**: page to add a new message or to edit an existing one\n\nIf you have any questions, I can help you! :-)\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/aloha68/django-markdown-messaging", "keywords": "", "license": "ISC", "maintainer": "Aloha68", "maintainer_email": "dev@aloha.im", "name": "django-markdown-messaging", "package_url": "https://pypi.org/project/django-markdown-messaging/", "platform": "", "project_url": "https://pypi.org/project/django-markdown-messaging/", "project_urls": { "Homepage": "https://gitlab.com/aloha68/django-markdown-messaging", "Repository": "https://gitlab.com/aloha68/django-markdown-messaging" }, "release_url": "https://pypi.org/project/django-markdown-messaging/0.1.0/", "requires_dist": [ "django (>=2.2,<3.0)", "markdown (>=2.6,<3.0)" ], "requires_python": ">=3.5,<4.0", "summary": "Django application to create messages based on markdown", "version": "0.1.0" }, "last_serial": 5419695, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fd5ff508d784c9b1d1a432bdbebec7a3", "sha256": "d99fa726f652ce61c469e85c00a5ae2fae8a6f35d992da31bec3b17195025ac5" }, "downloads": -1, "filename": "django_markdown_messaging-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fd5ff508d784c9b1d1a432bdbebec7a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16490, "upload_time": "2018-08-20T11:23:37", "url": "https://files.pythonhosted.org/packages/88/a1/6ad4d7c9e682c62a6a599a198e9d739b464289f4f8c60c843ff71a952957/django_markdown_messaging-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5d644497cf7cb535d5c6ac467dbfa455", "sha256": "a10ed8de8216673864dcaec900168e99c5dd9a62e4221ebd4bb2554f2e0e9932" }, "downloads": -1, "filename": "django-markdown-messaging-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5d644497cf7cb535d5c6ac467dbfa455", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6203, "upload_time": "2018-08-20T11:23:35", "url": "https://files.pythonhosted.org/packages/fa/7e/2b6e0f9ffdf92819363d6479af6194f1f6710b69457b50583b9dda820467/django-markdown-messaging-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "8dc022eb322d6e3118d725285a8ea289", "sha256": "29e62d86c2905cdcf5f40b9b6d8b1d869ace1d4c19a4c5d069bce05ee460c7d8" }, "downloads": -1, "filename": "django_markdown_messaging-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8dc022eb322d6e3118d725285a8ea289", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5,<4.0", "size": 9186, "upload_time": "2019-06-19T10:47:36", "url": "https://files.pythonhosted.org/packages/2f/ee/6ad696ef6e59d46b26def2fe92ef17519047b9f24dc1443a84a9fa8ff85d/django_markdown_messaging-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c5a5610ac4619259d0315e66803050f", "sha256": "ccd688cc2ef258461eba767b17a320cb818e98e06eed14cc3089a1e336850186" }, "downloads": -1, "filename": "django-markdown-messaging-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6c5a5610ac4619259d0315e66803050f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5,<4.0", "size": 6772, "upload_time": "2019-06-19T10:47:35", "url": "https://files.pythonhosted.org/packages/6f/e6/005118a8c149e03b42271914fb70a4c67c0b9c1734712c6deb4d92fff69f/django-markdown-messaging-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8dc022eb322d6e3118d725285a8ea289", "sha256": "29e62d86c2905cdcf5f40b9b6d8b1d869ace1d4c19a4c5d069bce05ee460c7d8" }, "downloads": -1, "filename": "django_markdown_messaging-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8dc022eb322d6e3118d725285a8ea289", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5,<4.0", "size": 9186, "upload_time": "2019-06-19T10:47:36", "url": "https://files.pythonhosted.org/packages/2f/ee/6ad696ef6e59d46b26def2fe92ef17519047b9f24dc1443a84a9fa8ff85d/django_markdown_messaging-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c5a5610ac4619259d0315e66803050f", "sha256": "ccd688cc2ef258461eba767b17a320cb818e98e06eed14cc3089a1e336850186" }, "downloads": -1, "filename": "django-markdown-messaging-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6c5a5610ac4619259d0315e66803050f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5,<4.0", "size": 6772, "upload_time": "2019-06-19T10:47:35", "url": "https://files.pythonhosted.org/packages/6f/e6/005118a8c149e03b42271914fb70a4c67c0b9c1734712c6deb4d92fff69f/django-markdown-messaging-0.1.0.tar.gz" } ] }