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.
902 stars
18 watching
85 forks
Language: Python
last commit: about 2 months 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 | A Django app that stores model history and allows view/revert changes from the admin site. | 2,233 |
saxix/django-adminactions | A collection of reusable actions for managing data in Django models. | 686 |
django-cms/django-filer | A file management application for Django that simplifies handling of files and images. | 1,779 |
jazzband/django-user-sessions | Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management. | 637 |
holgerd77/django-dynamic-scraper | An app that allows you to manage Scrapy spiders through a Django admin interface. | 1,155 |
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 | 868 |
jazzband/django-admin2 | A modern, extendable admin interface built on top of Django. | 1,182 |
jazzband/django-constance | Allows dynamic configuration of Django applications | 1,733 |
bennylope/django-organizations | A Django package that enables multi-user account management with groups and organization relationships. | 1,309 |
realorangeone/django-tasks | Provides background worker and task management for Django applications | 390 |
nvbn/django-bower | Makes it easy to manage front-end dependencies in Django projects using Bower. | 516 |
django-tenants/django-tenants | Enables multiple tenants to share the same project instance while maintaining separate data and routing for each tenant | 1,555 |
nigel2392/wagtail_celery_beat | An app for managing and monitoring Celery tasks in Django applications from within the Wagtail admin interface. | 4 |