Welcome to Andy Carnevale's Blog
Writing about Python, Django, AI, and more.
Latest posts:
Create Python Enum Classes Starting from a Custom Value
How to create Python Enum classes starting from a specific value. Use Enum's auto() and customize enumerations. Example using Pygame custom event handling.
Markdown quotes and blockquotes
Learn how to create quotes and blockquotes in Markdown using the '>' character or with inline HTML using the <q> and <blockquote> elements, with examples.
Adding django-tinymce rich text editor to Django Admin forms
Here's how I added the rich text editor TinyMCE to my Django project's admin forms, using django-tinymce.