Featured Projects
Open source packages I created, mostly Django fields for narrow use cases that don't warrant a full third-party library.
- django-select-multiple-field - Store multiple choices in a single Django model field without using a many-to-many relationship. BSD license.
- django-likert-field - A Likert field for Django models. Useful for adding star-ratings functionality. BSD license.