Metadata-Version: 1.1
Name: django-markdown-editor
Version: 1.0.1
Summary: A simple Django app to support markdown editor.
Home-page: https://github.com/Activity00/django_markdown_editor
Author: Activity00
Author-email: 1032662429@qq.com
License: BSD License
Description: =====
        Polls
        =====
        
        This is a markdown editor supported for Django.
        [Github](https://github.com/Activity00/django_markdown_editor)
        
        Quick start
        -----------
        
        1. Add "markdown_editor" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'markdown_editor',
            ]
        
        2. Include the markdown_editor URLconf in your project urls.py like this::
        
            path('markdown_editor/', include('markdown_editor.urls')),
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
