Andy Carnevale on Django
Content tagged Django
View all tags
Projects:
Make Cookbook
A SaaS website that I originally built to help my mom build a family cookbook.
Territory Creator
Micro-Saas where users can create territory maps based on counties, zip codes, etc.
AI Gift Recommender
An AI-powered gift generator that creates unique gift recommendations by considering the recipient's interests, age, and budget. Uses HTMX to handle form submission interaction, Django for backend, and Claude API to generate the gift ideas.
Imperialism Map
Interactive sports territory map visualizing how college football teams conquer America through victories. Teams battle for land, expanding empires with each win.
Latest posts:
Implementing JSON-LD Structured Data in Django
Add JSON-LD structured data to a Django site using a flexible, view-based system. Improve SEO, enable rich results, and keep markup clean and maintainable.
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.