Django Model Fields With Attributes

Django Model Fields With Attributes

Articles

Jacob shows us how to use contribute_to_class, a Descriptor, and a string class to create a custom MarkdownField that can display both text and html.