- Initial release with MarkdownField support.
This is the first official release of Django Markdown Model, a Python project that provides a simple way to integrate a Markdown field into your Django models. This initial version allows users to effortlessly store and render Markdown content, making it ideal for applications that require rich text input.
Features
- **MarkdownField**: Easily store and manage Markdown content in your Django models.
- **Simple Integration**: Quick setup and integration into existing Django projects.
- **Flexible Rendering**: Supports various Markdown renderers for displaying content.
Installation
You can install this package via pip:
bash
pip install django-markdown-model
Usage
Please go through the [README.md](https://github.com/mohitprajapat2001/django-markdown-model/blob/develop/README.md) file for a detailed overview.