Home » Grids » Singleton » Packages

Singleton Packages

Django singletons are Django models that only have a single row. They can be used for managing global settings for instance. This grid compares tools that help handle singletons.

django-solo

Helps working with singletons - things like global settings that you want to edit from the admin site.

App 2.5.1 5 May 14, 2026
956 84
djsingleton

This is useful for create singleton model in django for make global setting.

App 1.1.0 1 May 14, 2026
6 3
django-singleton-admin

This package provides a way to ensure singleton classes can only have one instance in the Django admin panel. It is taken from Mezzanine by Stephen McDonald.

App 0.0.4 0 May 15, 2026
5 0
django-singleactiveobject

Model mixin that ensures there is only one active model instance in your database.

App 0.9.1 1 May 15, 2026
2 1