django-solo
Singleton manager
A Django extension that helps work with singletons by enforcing instantiation of models to a single instance and providing an admin interface.
Helps working with singletons - things like global settings that you want to edit from the admin site.
897 stars
18 watching
85 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
timonweb/django-manage.py-anywhere | A tool to run Django manage.py commands from any directory of a project | 34 |
jazzband/django-simple-history | Automatically tracks changes to Django models and allows reverting changes from the admin interface. | 2,215 |
saxix/django-adminactions | A collection of reusable actions for managing data in Django models. | 684 |
django-cms/django-filer | A file management application for Django that simplifies handling of files and images. | 1,774 |
jazzband/django-user-sessions | Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management. | 632 |
holgerd77/django-dynamic-scraper | An app that allows you to manage Scrapy spiders through a Django admin interface. | 1,153 |
jazzband/django-robots | A Django app for managing robots exclusion protocol files | 459 |
django-admin-tools/django-admin-tools | Extends Django's admin interface with a customizable dashboard and navigation menu | 866 |
jazzband/django-admin2 | A modern, extendable admin interface built on top of Django. | 1,185 |
jazzband/django-constance | Allows dynamic configuration of Django applications | 1,725 |
bennylope/django-organizations | A Django package that enables multi-user account management with groups and organization relationships. | 1,303 |
realorangeone/django-tasks | A Django project implementing background workers and tasks for managing asynchronous operations | 347 |
nvbn/django-bower | Makes it easy to manage front-end dependencies in Django projects using Bower. | 517 |
django-tenants/django-tenants | Enables multiple tenants to share the same project instance while maintaining separate data and routing for each tenant | 1,516 |
nigel2392/wagtail_celery_beat | An app for managing and monitoring Celery tasks in Django applications from within the Wagtail admin interface. | 4 |