{ "info": { "author": "Oliver Kovac", "author_email": "oliver.kovac.2@student.tuke.sk", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "==========\nMarkdownme\n==========\n\nMarkdownme is a text editor component with Markdown syntax support,\nsimplified file upload and deletion and a history of text changes.\nIts file-uploading history-containing nature makes it a better choice\nfor more complex text entries which are edited by trusted users such\nas blog posts, as opposed to short text comments which anyone can post.\n\nDetailed documentation is in the github project repository.\n\nQuick start\n-----------\n\n1. Add \"markdownme\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'markdownme',\n ]\n\n2. Include the markdownme URLconf in your project urls.py like this::\n\n url(r'^markdownme/', include('markdownme.urls')),\n\n3. Run `python manage.py migrate` to create the markdownme models.\n\n4. Run `python manage.py collectstatic` to collect markdownme static files.\n\n5. Create your desired model and derive it from 'MarkdownmeEntry' like this::\n\n class Article(MarkdownmeEntry):\n\n6. Your model now has access to 3 new fields called::\n\n markdown_text\n parsed_text\n markdown_identifier\n\n7. Include these in your Article admin fields like this::\n\n fields = ('title', 'date', 'markdown_text', 'markdown_identifier')\n \n8. Start the development server and visit http://127.0.0.1:8000/admin/\n to create an article (you'll need the Admin app enabled).\n\n9. Your article text now has a fancy editor and you can also use 'parsed_text'\n to access the HTML resulting from your parsed Markdown text.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/oliverkovac/django-markdownme", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-markdownme", "package_url": "https://pypi.org/project/django-markdownme/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-markdownme/", "project_urls": { "Homepage": "https://github.com/oliverkovac/django-markdownme" }, "release_url": "https://pypi.org/project/django-markdownme/0.1/", "requires_dist": null, "requires_python": "", "summary": "A Django text editor with Markdown and file upload support", "version": "0.1" }, "last_serial": 2894403, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "33095202d95c5946a376aa2b2b20df30", "sha256": "b5710cd2aa6880104438a853a2b9acd275b765c05b05dd083b62c251415d148c" }, "downloads": -1, "filename": "django-markdownme-0.1.tar.gz", "has_sig": false, "md5_digest": "33095202d95c5946a376aa2b2b20df30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28259, "upload_time": "2017-05-23T21:50:49", "url": "https://files.pythonhosted.org/packages/8d/c3/76434d345d6481dd2212d8e8c85618b7f34a3a93ca19ac56d2ecfffff660/django-markdownme-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "33095202d95c5946a376aa2b2b20df30", "sha256": "b5710cd2aa6880104438a853a2b9acd275b765c05b05dd083b62c251415d148c" }, "downloads": -1, "filename": "django-markdownme-0.1.tar.gz", "has_sig": false, "md5_digest": "33095202d95c5946a376aa2b2b20df30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28259, "upload_time": "2017-05-23T21:50:49", "url": "https://files.pythonhosted.org/packages/8d/c3/76434d345d6481dd2212d8e8c85618b7f34a3a93ca19ac56d2ecfffff660/django-markdownme-0.1.tar.gz" } ] }