{"library":"django-solo","type":"library","category":null,"description":"Django Solo is a Python library that simplifies working with singleton models in Django applications. Singletons are database tables designed to hold only one row, often used for global settings or site-wide configurations that can be edited via the Django admin interface. It provides helper classes for models and admin, a template tag for easy retrieval, and supports caching. The library is actively maintained, with version 2.5.1 being the latest, and sees regular updates to support newer Django and Python versions.","language":"python","status":"active","version":"2.5.1","tags":["django","singleton","admin","settings"],"last_verified":"Sun May 24","install":[{"cmd":"pip install django-solo","imports":["from solo.models import SingletonModel","from solo.admin import SingletonModelAdmin","{% load solo_tags %}\n{% get_solo 'app_label.ModelName' as config %}"]}],"homepage":null,"github":"https://github.com/lazybird/django-solo","docs":null,"changelog":"https://github.com/lazybird/django-solo/blob/master/CHANGES","pypi":"https://pypi.org/project/django-solo/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":3.4,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-solo/compatibility"}}